Class SetRemovalTimeToHistoricDecisionInstancesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricDecisionInstancesCmd
- Author:
- Tassilo Weidner
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionSetRemovalTimeToHistoricDecisionInstancesCmd(SetRemovalTimeToHistoricDecisionInstancesBuilderImpl builder) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfigurationcollectInstances(CommandContext commandContext) protected HistoricDecisionInstanceQuerycreateHistoricDecisionInstanceQuery(CommandContext commandContext) execute(CommandContext commandContext) getConfiguration(BatchElementConfiguration elementConfiguration) protected booleanprotected voidwriteUserOperationLog(CommandContext commandContext, int numInstances) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
builder
-
-
Constructor Details
-
SetRemovalTimeToHistoricDecisionInstancesCmd
public SetRemovalTimeToHistoricDecisionInstancesCmd(SetRemovalTimeToHistoricDecisionInstancesBuilderImpl builder)
-
-
Method Details
-
execute
-
collectInstances
-
createHistoricDecisionInstanceQuery
protected HistoricDecisionInstanceQuery createHistoricDecisionInstanceQuery(CommandContext commandContext) -
writeUserOperationLog
-
hasRemovalTime
protected boolean hasRemovalTime() -
getConfiguration
-