Class SetRemovalTimeToHistoricBatchesCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricBatchesCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected SetRemovalTimeToHistoricBatchesBuilderImpl
builder
-
Constructor Summary
Constructors Constructor Description SetRemovalTimeToHistoricBatchesCmd(SetRemovalTimeToHistoricBatchesBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HistoricBatchQuery
createHistoricBatchQuery(CommandContext commandContext)
Batch
execute(CommandContext commandContext)
protected java.util.List<java.lang.String>
findHistoricInstanceIds(java.util.List<java.lang.String> instanceIds, CommandContext commandContext)
BatchConfiguration
getConfiguration(java.util.Collection<java.lang.String> instances)
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 SetRemovalTimeToHistoricBatchesBuilderImpl builder
-
-
Constructor Detail
-
SetRemovalTimeToHistoricBatchesCmd
public SetRemovalTimeToHistoricBatchesCmd(SetRemovalTimeToHistoricBatchesBuilderImpl builder)
-
-
Method Detail
-
execute
public Batch execute(CommandContext commandContext)
-
findHistoricInstanceIds
protected java.util.List<java.lang.String> findHistoricInstanceIds(java.util.List<java.lang.String> instanceIds, CommandContext commandContext)
-
createHistoricBatchQuery
protected HistoricBatchQuery createHistoricBatchQuery(CommandContext commandContext)
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances)
-
hasRemovalTime
protected boolean hasRemovalTime()
-
getConfiguration
public BatchConfiguration getConfiguration(java.util.Collection<java.lang.String> instances)
-
-