Class SetRemovalTimeToHistoricDecisionInstancesCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricDecisionInstancesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected SetRemovalTimeToHistoricDecisionInstancesBuilderImplbuilder
-
Constructor Summary
Constructors Constructor Description SetRemovalTimeToHistoricDecisionInstancesCmd(SetRemovalTimeToHistoricDecisionInstancesBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchElementConfigurationcollectInstances(CommandContext commandContext)protected HistoricDecisionInstanceQuerycreateHistoricDecisionInstanceQuery(CommandContext commandContext)Batchexecute(CommandContext commandContext)BatchConfigurationgetConfiguration(BatchElementConfiguration elementConfiguration)protected booleanhasRemovalTime()protected voidwriteUserOperationLog(CommandContext commandContext, int numInstances)-
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 Detail
-
builder
protected SetRemovalTimeToHistoricDecisionInstancesBuilderImpl builder
-
-
Constructor Detail
-
SetRemovalTimeToHistoricDecisionInstancesCmd
public SetRemovalTimeToHistoricDecisionInstancesCmd(SetRemovalTimeToHistoricDecisionInstancesBuilderImpl builder)
-
-
Method Detail
-
execute
public Batch execute(CommandContext commandContext)
-
collectInstances
protected BatchElementConfiguration collectInstances(CommandContext commandContext)
-
createHistoricDecisionInstanceQuery
protected HistoricDecisionInstanceQuery createHistoricDecisionInstanceQuery(CommandContext commandContext)
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances)
-
hasRemovalTime
protected boolean hasRemovalTime()
-
getConfiguration
public BatchConfiguration getConfiguration(BatchElementConfiguration elementConfiguration)
-
-