Class SetVariablesToProcessInstancesBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.batch.variables.SetVariablesToProcessInstancesBatchCmd
-
Field Summary
Modifier and TypeFieldDescriptionprotected HistoricProcessInstanceQuery
protected ProcessInstanceQuery
-
Constructor Summary
ConstructorDescriptionSetVariablesToProcessInstancesBatchCmd
(List<String> processInstanceIds, ProcessInstanceQuery processInstanceQuery, HistoricProcessInstanceQuery historicProcessInstanceQuery, Map<String, ?> variables) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfiguration
collectProcessInstanceIds
(CommandContext commandContext) execute
(CommandContext commandContext) getConfiguration
(BatchElementConfiguration elementConfiguration) protected void
writeUserOperationLog
(CommandContext commandContext, int instancesCount) 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 Details
-
processInstanceIds
-
processInstanceQuery
-
historicProcessInstanceQuery
-
variables
-
-
Constructor Details
-
SetVariablesToProcessInstancesBatchCmd
public SetVariablesToProcessInstancesBatchCmd(List<String> processInstanceIds, ProcessInstanceQuery processInstanceQuery, HistoricProcessInstanceQuery historicProcessInstanceQuery, Map<String, ?> variables)
-
-
Method Details