Modifier and Type | Field and Description |
---|---|
protected HistoricProcessInstanceQuery |
historicProcessInstanceQuery |
protected static CommandLogger |
LOGGER |
protected List<String> |
processInstanceIds |
protected ProcessInstanceQuery |
processInstanceQuery |
protected Map<String,?> |
variables |
Constructor and Description |
---|
SetVariablesToProcessInstancesBatchCmd(List<String> processInstanceIds,
ProcessInstanceQuery processInstanceQuery,
HistoricProcessInstanceQuery historicProcessInstanceQuery,
Map<String,?> variables) |
Modifier and Type | Method and Description |
---|---|
protected BatchElementConfiguration |
collectProcessInstanceIds(CommandContext commandContext) |
Batch |
execute(CommandContext commandContext) |
BatchConfiguration |
getConfiguration(BatchElementConfiguration elementConfiguration) |
protected void |
setVariable(String batchId,
String variableName,
Object variableValue) |
protected void |
writeUserOperationLog(CommandContext commandContext,
int instancesCount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected static final CommandLogger LOGGER
protected ProcessInstanceQuery processInstanceQuery
protected HistoricProcessInstanceQuery historicProcessInstanceQuery
public SetVariablesToProcessInstancesBatchCmd(List<String> processInstanceIds, ProcessInstanceQuery processInstanceQuery, HistoricProcessInstanceQuery historicProcessInstanceQuery, Map<String,?> variables)
public Batch execute(CommandContext commandContext)
protected void writeUserOperationLog(CommandContext commandContext, int instancesCount)
public BatchConfiguration getConfiguration(BatchElementConfiguration elementConfiguration)
protected BatchElementConfiguration collectProcessInstanceIds(CommandContext commandContext)
Copyright © 2022. All rights reserved.