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