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.currentActivityToNewElementMapMoveExecutionEntityContainer.moveToFlowElementMapMethods 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 TypeMethodDescriptionvoidMoveExecutionEntityContainer.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 ExecutionEntityAbstractDynamicStateManager.deleteDirectParentExecutions(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, Collection<String> executionIdsNotToDelete, ProcessDefinition procDefToMigrateTo, MoveExecutionEntityContainer moveExecutionContainer, CommandContext commandContext) protected ExecutionEntityAbstractDynamicStateManager.deleteParentExecutions(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, Collection<String> executionIdsNotToDelete, CommandContext commandContext) protected ExecutionEntityAbstractDynamicStateManager.deleteParentExecutions(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, CommandContext commandContext) protected booleanAbstractDynamicStateManager.isSubProcessAncestorOfAnyNewFlowElements(String subProcessId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> flowElements) protected booleanAbstractDynamicStateManager.isSubProcessContainerOfAnyFlowElement(String subProcessId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements) protected ExecutionEntityAbstractDynamicStateManager.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 booleanProcessInstanceMigrationManagerImpl.isSubProcessContainerOfAnyFlowElement(String subProcessId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements)