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