Uses of Class
org.flowable.engine.impl.dynamic.MoveExecutionEntityContainer.FlowElementMoveEntry
Packages that use MoveExecutionEntityContainer.FlowElementMoveEntry
-
Uses of MoveExecutionEntityContainer.FlowElementMoveEntry in org.flowable.engine.impl.dynamic
Fields in org.flowable.engine.impl.dynamic with type parameters of type MoveExecutionEntityContainer.FlowElementMoveEntryModifier and TypeFieldDescriptionMoveExecutionEntityContainer.currentActivityToNewElementMap
MoveExecutionEntityContainer.moveToFlowElementMap
Methods in org.flowable.engine.impl.dynamic that return MoveExecutionEntityContainer.FlowElementMoveEntryModifier and TypeMethodDescriptionMoveExecutionEntityContainer.getCurrentActivityToNewElement
(String curentActivityId) MoveExecutionEntityContainer.getMoveToFlowElement
(String activityId) Methods in org.flowable.engine.impl.dynamic that return types with arguments of type MoveExecutionEntityContainer.FlowElementMoveEntryMethods in org.flowable.engine.impl.dynamic with parameters of type MoveExecutionEntityContainer.FlowElementMoveEntryModifier and TypeMethodDescriptionvoid
MoveExecutionEntityContainer.addMoveToFlowElement
(String activityId, MoveExecutionEntityContainer.FlowElementMoveEntry flowElementMoveEntry) Method parameters in org.flowable.engine.impl.dynamic with type arguments of type MoveExecutionEntityContainer.FlowElementMoveEntryModifier and TypeMethodDescriptionprotected List<ExecutionEntity>
AbstractDynamicStateManager.createEmbeddedSubProcessAndExecutions
(Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, List<ExecutionEntity> movingExecutions, MoveExecutionEntityContainer moveExecutionEntityContainer, ProcessInstanceChangeState processInstanceChangeState, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.deleteDirectParentExecutions
(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, Collection<String> executionIdsNotToDelete, ProcessDefinition procDefToMigrateTo, MoveExecutionEntityContainer moveExecutionContainer, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.deleteParentExecutions
(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, Collection<String> executionIdsNotToDelete, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.deleteParentExecutions
(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, CommandContext commandContext) protected boolean
AbstractDynamicStateManager.isSubProcessAncestorOfAnyNewFlowElements
(String subProcessId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> flowElements) protected boolean
AbstractDynamicStateManager.isSubProcessContainerOfAnyFlowElement
(String subProcessId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements) protected ExecutionEntity
AbstractDynamicStateManager.resolveParentExecutionToDelete
(ExecutionEntity execution, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements) -
Uses of MoveExecutionEntityContainer.FlowElementMoveEntry in org.flowable.engine.impl.migration
Method parameters in org.flowable.engine.impl.migration with type arguments of type MoveExecutionEntityContainer.FlowElementMoveEntryModifier and TypeMethodDescriptionprotected boolean
ProcessInstanceMigrationManagerImpl.isSubProcessContainerOfAnyFlowElement
(String subProcessId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements)