public class InjectEmbeddedSubProcessInProcessInstanceCmd extends AbstractDynamicInjectionCmd implements Command<Void>
| Modifier and Type | Field and Description |
|---|---|
protected DynamicEmbeddedSubProcessBuilder |
dynamicEmbeddedSubProcessBuilder |
protected String |
processInstanceId |
| Constructor and Description |
|---|
InjectEmbeddedSubProcessInProcessInstanceCmd(String processInstanceId,
DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
protected void |
updateBpmnProcess(CommandContext commandContext,
org.flowable.bpmn.model.Process process,
org.flowable.bpmn.model.BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
updateExecutions(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity,
ExecutionEntity processInstance,
List<ExecutionEntity> childExecutions) |
createBpmnModel, createDerivedDeployment, createDerivedProcessDefinition, createDerivedProcessDefinitionForProcessInstance, createDerivedProcessDefinitionForTask, createWayPoints, createWayPoints, deployDerivedDeploymentEntity, storeBpmnModelAsByteArray, updateExecutionsprotected String processInstanceId
protected DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder
public InjectEmbeddedSubProcessInProcessInstanceCmd(String processInstanceId, DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder)
public Void execute(CommandContext commandContext)
protected void updateBpmnProcess(CommandContext commandContext, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)
updateBpmnProcess in class AbstractDynamicInjectionCmdprotected void updateExecutions(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, List<ExecutionEntity> childExecutions)
updateExecutions in class AbstractDynamicInjectionCmdCopyright © 2019 Flowable. All rights reserved.