public abstract class AbstractDynamicInjectionCmd extends Object
| Constructor and Description |
|---|
AbstractDynamicInjectionCmd() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.bpmn.model.BpmnModel |
createBpmnModel(CommandContext commandContext,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected DeploymentEntity |
createDerivedDeployment(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity) |
protected void |
createDerivedProcessDefinition(CommandContext commandContext,
ProcessInstance processInstance) |
protected void |
createDerivedProcessDefinitionForProcessInstance(CommandContext commandContext,
String processInstanceId) |
protected void |
createDerivedProcessDefinitionForTask(CommandContext commandContext,
String taskId) |
protected List<org.flowable.bpmn.model.GraphicInfo> |
createWayPoints(double x1,
double y1,
double x2,
double y2) |
protected List<org.flowable.bpmn.model.GraphicInfo> |
createWayPoints(double x1,
double y1,
double x2,
double y2,
double x3,
double y3) |
protected ProcessDefinitionEntity |
deployDerivedDeploymentEntity(CommandContext commandContext,
DeploymentEntity deploymentEntity,
ProcessDefinitionEntity originalProcessDefinitionEntity) |
protected void |
storeBpmnModelAsByteArray(CommandContext commandContext,
org.flowable.bpmn.model.BpmnModel bpmnModel,
DeploymentEntity deploymentEntity,
String resourceName) |
protected abstract 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,
org.flowable.bpmn.model.BpmnModel bpmnModel) |
protected abstract void |
updateExecutions(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity,
ExecutionEntity processInstance,
List<ExecutionEntity> childExecutions) |
protected void createDerivedProcessDefinitionForTask(CommandContext commandContext, String taskId)
protected void createDerivedProcessDefinitionForProcessInstance(CommandContext commandContext, String processInstanceId)
protected void createDerivedProcessDefinition(CommandContext commandContext, ProcessInstance processInstance)
protected DeploymentEntity createDerivedDeployment(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity)
protected void storeBpmnModelAsByteArray(CommandContext commandContext, org.flowable.bpmn.model.BpmnModel bpmnModel, DeploymentEntity deploymentEntity, String resourceName)
protected ProcessDefinitionEntity deployDerivedDeploymentEntity(CommandContext commandContext, DeploymentEntity deploymentEntity, ProcessDefinitionEntity originalProcessDefinitionEntity)
protected org.flowable.bpmn.model.BpmnModel createBpmnModel(CommandContext commandContext, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity)
protected abstract 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, org.flowable.bpmn.model.BpmnModel bpmnModel)
protected abstract void updateExecutions(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, List<ExecutionEntity> childExecutions)
protected List<org.flowable.bpmn.model.GraphicInfo> createWayPoints(double x1, double y1, double x2, double y2)
protected List<org.flowable.bpmn.model.GraphicInfo> createWayPoints(double x1, double y1, double x2, double y2, double x3, double y3)
Copyright © 2020 Flowable. All rights reserved.