Class OptimizeRunningHistoricTaskInstanceQueryCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricTaskInstanceQueryCmd
- All Implemented Interfaces:
Command<List<HistoricTaskInstance>>
public class OptimizeRunningHistoricTaskInstanceQueryCmd
extends Object
implements Command<List<HistoricTaskInstance>>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOptimizeRunningHistoricTaskInstanceQueryCmd
(Date startedAfter, Date startedAt, int maxResults) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
startedAfter
-
startedAt
-
maxResults
protected int maxResults
-
-
Constructor Details
-
OptimizeRunningHistoricTaskInstanceQueryCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<HistoricTaskInstance>>
-