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