Class OptimizeOpenHistoricIncidentsQueryCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.optimize.OptimizeOpenHistoricIncidentsQueryCmd
- All Implemented Interfaces:
Command<List<HistoricIncidentEntity>>
public class OptimizeOpenHistoricIncidentsQueryCmd
extends Object
implements Command<List<HistoricIncidentEntity>>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOptimizeOpenHistoricIncidentsQueryCmd
(Date createdAfter, Date createdAt, 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
-
createdAfter
-
createdAt
-
maxResults
protected int maxResults
-
-
Constructor Details
-
OptimizeOpenHistoricIncidentsQueryCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<HistoricIncidentEntity>>
-