Class CorrelateAllMessageBatchCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.batch.CorrelateAllMessageBatchCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoricProcessInstanceQuery
historicProcessInstanceQuery
protected java.lang.String
messageName
protected java.util.List<java.lang.String>
processInstanceIds
protected ProcessInstanceQuery
processInstanceQuery
protected java.util.Map<java.lang.String,java.lang.Object>
variables
-
Constructor Summary
Constructors Constructor Description CorrelateAllMessageBatchCmd(MessageCorrelationAsyncBuilderImpl asyncBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchElementConfiguration
collectProcessInstanceIds(CommandContext commandContext)
Batch
execute(CommandContext commandContext)
protected BatchConfiguration
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 Detail
-
messageName
protected java.lang.String messageName
-
variables
protected java.util.Map<java.lang.String,java.lang.Object> variables
-
processInstanceIds
protected java.util.List<java.lang.String> processInstanceIds
-
processInstanceQuery
protected ProcessInstanceQuery processInstanceQuery
-
historicProcessInstanceQuery
protected HistoricProcessInstanceQuery historicProcessInstanceQuery
-
-
Constructor Detail
-
CorrelateAllMessageBatchCmd
public CorrelateAllMessageBatchCmd(MessageCorrelationAsyncBuilderImpl asyncBuilder)
-
-
Method Detail
-
execute
public Batch execute(CommandContext commandContext)
-
collectProcessInstanceIds
protected BatchElementConfiguration collectProcessInstanceIds(CommandContext commandContext)
-
getConfiguration
protected BatchConfiguration getConfiguration(BatchElementConfiguration elementConfiguration)
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int instancesCount)
-
-