Class OptimizeHistoricVariableUpdateQueryCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricVariableUpdateQueryCmd
- All Implemented Interfaces:
Command<List<HistoricVariableUpdate>>
public class OptimizeHistoricVariableUpdateQueryCmd
extends Object
implements Command<List<HistoricVariableUpdate>>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOptimizeHistoricVariableUpdateQueryCmd
(Date occurredAfter, Date occurredAt, boolean excludeObjectValues, int maxResults) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) getByteArrayIds
(List<HistoricVariableUpdate> variableUpdates) protected boolean
isHistoricDetailVariableInstanceUpdateEntity
(HistoricVariableUpdate variableUpdate) protected void
resolveTypedValues
(List<HistoricVariableUpdate> variableUpdates) protected boolean
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
-
excludeObjectValues
protected boolean excludeObjectValues -
maxResults
protected int maxResults
-
-
Constructor Details
-
OptimizeHistoricVariableUpdateQueryCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<List<HistoricVariableUpdate>>
-
shouldFetchValue
-
isHistoricDetailVariableInstanceUpdateEntity
protected boolean isHistoricDetailVariableInstanceUpdateEntity(HistoricVariableUpdate variableUpdate) -
getByteArrayIds
-
resolveTypedValues
-