public class OptimizeCompletedHistoricTaskInstanceQueryCmd extends Object implements Command<List<HistoricTaskInstance>>
Modifier and Type | Field and Description |
---|---|
protected Date |
finishedAfter |
protected Date |
finishedAt |
protected int |
maxResults |
Constructor and Description |
---|
OptimizeCompletedHistoricTaskInstanceQueryCmd(Date finishedAfter,
Date finishedAt,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
List<HistoricTaskInstance> |
execute(CommandContext commandContext) |
protected Date finishedAfter
protected Date finishedAt
protected int maxResults
public List<HistoricTaskInstance> execute(CommandContext commandContext)
execute
in interface Command<List<HistoricTaskInstance>>
Copyright © 2022. All rights reserved.