Package org.camunda.bpm.engine.impl.cmd
Class ModifyProcessInstanceAsyncCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceAsyncCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessInstanceModificationBuilderImpl
builder
-
Constructor Summary
Constructors Constructor Description ModifyProcessInstanceAsyncCmd(ProcessInstanceModificationBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
ensureProcessInstanceExists(String processInstanceId, ExecutionEntity processInstance)
Batch
execute(CommandContext commandContext)
BatchConfiguration
getConfiguration(String processDefinitionId, String deploymentId)
protected String
getLogEntryOperation()
protected void
writeOperationLog(CommandContext commandContext)
-
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 ProcessInstanceModificationBuilderImpl builder
-
-
Constructor Detail
-
ModifyProcessInstanceAsyncCmd
public ModifyProcessInstanceAsyncCmd(ProcessInstanceModificationBuilderImpl builder)
-
-
Method Detail
-
execute
public Batch execute(CommandContext commandContext)
-
ensureProcessInstanceExists
protected void ensureProcessInstanceExists(String processInstanceId, ExecutionEntity processInstance)
-
getLogEntryOperation
protected String getLogEntryOperation()
-
writeOperationLog
protected void writeOperationLog(CommandContext commandContext)
-
getConfiguration
public BatchConfiguration getConfiguration(String processDefinitionId, String deploymentId)
-
-