Package org.flowable.engine.impl.dynamic
Class MoveExecutionEntityContainer
java.lang.Object
org.flowable.engine.impl.dynamic.MoveExecutionEntityContainer
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.bpmn.model.CallActivityprotected Stringprotected Integerprotected Map<String,ExecutionEntity> protected booleanprotected List<ExecutionEntity>protected booleanprotected booleanprotected Stringprotected Stringprotected org.flowable.bpmn.model.BpmnModelprotected ProcessDefinitionprotected Stringprotected org.flowable.bpmn.model.BpmnModelprotected ExecutionEntity -
Constructor Summary
ConstructorsConstructorDescriptionMoveExecutionEntityContainer(List<ExecutionEntity> executions, List<String> moveToActivityIds) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContinueParentExecution(String executionId, ExecutionEntity continueParentExecution) voidaddLocalVariableMap(String activityId, Map<String, Object> localVariables) voidaddMoveToFlowElement(String activityId, org.flowable.bpmn.model.FlowElement originalFlowElement) voidaddMoveToFlowElement(String activityId, org.flowable.bpmn.model.FlowElement originalFlowElement, org.flowable.bpmn.model.FlowElement newFlowElement) voidaddMoveToFlowElement(String activityId, MoveExecutionEntityContainer.FlowElementMoveEntry flowElementMoveEntry) voidaddNewExecutionId(String executionId) org.flowable.bpmn.model.CallActivitygetContinueParentExecution(String executionId) getMoveToFlowElement(String activityId) org.flowable.bpmn.model.BpmnModelorg.flowable.bpmn.model.BpmnModelbooleanhasNewExecutionId(String executionId) booleanbooleanbooleanvoidsetCallActivity(org.flowable.bpmn.model.CallActivity callActivity) voidsetCallActivityId(String callActivityId) voidsetCallActivitySubProcessVersion(Integer callActivitySubProcessVersion) voidsetDirectExecutionMigration(boolean directMigrateUserTask) voidvoidsetMoveToParentProcess(boolean moveToParentProcess) voidsetMoveToSubProcessInstance(boolean moveToSubProcessInstance) voidsetNewAssigneeId(String newAssigneeId) voidsetNewExecutionIds(List<String> newExecutionIds) voidsetNewOwnerId(String newOwnerId) voidsetProcessModel(org.flowable.bpmn.model.BpmnModel processModel) voidsetSubProcessDefinition(ProcessDefinition subProcessDefinition) voidsetSubProcessDefKey(String subProcessDefKey) voidsetSubProcessModel(org.flowable.bpmn.model.BpmnModel subProcessModel) voidsetSuperExecution(ExecutionEntity superExecution)
-
Field Details
-
executions
-
moveToActivityIds
-
moveToParentProcess
protected boolean moveToParentProcess -
moveToSubProcessInstance
protected boolean moveToSubProcessInstance -
directExecutionMigration
protected boolean directExecutionMigration -
callActivityId
-
callActivitySubProcessVersion
-
callActivity
protected org.flowable.bpmn.model.CallActivity callActivity -
subProcessDefKey
-
subProcessDefinition
-
subProcessModel
protected org.flowable.bpmn.model.BpmnModel subProcessModel -
processModel
protected org.flowable.bpmn.model.BpmnModel processModel -
superExecution
-
newAssigneeId
-
newOwnerId
-
continueParentExecutionMap
-
moveToFlowElementMap
-
flowElementLocalVariableMap
-
newExecutionIds
-
-
Constructor Details
-
MoveExecutionEntityContainer
public MoveExecutionEntityContainer(List<ExecutionEntity> executions, List<String> moveToActivityIds)
-
-
Method Details
-
getExecutions
-
getMoveToActivityIds
-
isMoveToParentProcess
public boolean isMoveToParentProcess() -
setMoveToParentProcess
public void setMoveToParentProcess(boolean moveToParentProcess) -
isMoveToSubProcessInstance
public boolean isMoveToSubProcessInstance() -
setMoveToSubProcessInstance
public void setMoveToSubProcessInstance(boolean moveToSubProcessInstance) -
isDirectExecutionMigration
public boolean isDirectExecutionMigration() -
setDirectExecutionMigration
public void setDirectExecutionMigration(boolean directMigrateUserTask) -
getCallActivityId
-
setCallActivityId
-
getCallActivitySubProcessVersion
-
setCallActivitySubProcessVersion
-
getCallActivity
public org.flowable.bpmn.model.CallActivity getCallActivity() -
setCallActivity
public void setCallActivity(org.flowable.bpmn.model.CallActivity callActivity) -
getSubProcessDefKey
-
setSubProcessDefKey
-
getSubProcessDefinition
-
setSubProcessDefinition
-
getProcessModel
public org.flowable.bpmn.model.BpmnModel getProcessModel() -
setProcessModel
public void setProcessModel(org.flowable.bpmn.model.BpmnModel processModel) -
getSubProcessModel
public org.flowable.bpmn.model.BpmnModel getSubProcessModel() -
setSubProcessModel
public void setSubProcessModel(org.flowable.bpmn.model.BpmnModel subProcessModel) -
getSuperExecution
-
setNewAssigneeId
-
getNewAssigneeId
-
getNewOwnerId
-
setNewOwnerId
-
setSuperExecution
-
addContinueParentExecution
-
getContinueParentExecution
-
addMoveToFlowElement
public void addMoveToFlowElement(String activityId, MoveExecutionEntityContainer.FlowElementMoveEntry flowElementMoveEntry) -
addMoveToFlowElement
public void addMoveToFlowElement(String activityId, org.flowable.bpmn.model.FlowElement originalFlowElement, org.flowable.bpmn.model.FlowElement newFlowElement) -
addMoveToFlowElement
public void addMoveToFlowElement(String activityId, org.flowable.bpmn.model.FlowElement originalFlowElement) -
getMoveToFlowElement
-
getMoveToFlowElements
-
getNewExecutionIds
-
hasNewExecutionId
-
setNewExecutionIds
-
addNewExecutionId
-
getFlowElementLocalVariableMap
-
setFlowElementLocalVariableMap
-
addLocalVariableMap
-