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