Uses of Class
org.flowable.engine.impl.dynamic.MoveExecutionEntityContainer.FlowElementMoveEntry
-
Packages that use MoveExecutionEntityContainer.FlowElementMoveEntry Package Description org.flowable.engine.impl.dynamic org.flowable.engine.impl.migration -
-
Uses of MoveExecutionEntityContainer.FlowElementMoveEntry in org.flowable.engine.impl.dynamic
Fields in org.flowable.engine.impl.dynamic with type parameters of type MoveExecutionEntityContainer.FlowElementMoveEntry Modifier and Type Field Description protected Map<String,MoveExecutionEntityContainer.FlowElementMoveEntry>MoveExecutionEntityContainer. moveToFlowElementMapMethods in org.flowable.engine.impl.dynamic that return MoveExecutionEntityContainer.FlowElementMoveEntry Modifier and Type Method Description MoveExecutionEntityContainer.FlowElementMoveEntryMoveExecutionEntityContainer. getMoveToFlowElement(String activityId)Methods in org.flowable.engine.impl.dynamic that return types with arguments of type MoveExecutionEntityContainer.FlowElementMoveEntry Modifier and Type Method Description List<MoveExecutionEntityContainer.FlowElementMoveEntry>MoveExecutionEntityContainer. getMoveToFlowElements()Methods in org.flowable.engine.impl.dynamic with parameters of type MoveExecutionEntityContainer.FlowElementMoveEntry Modifier and Type Method Description voidMoveExecutionEntityContainer. addMoveToFlowElement(String activityId, MoveExecutionEntityContainer.FlowElementMoveEntry flowElementMoveEntry) -
Uses of MoveExecutionEntityContainer.FlowElementMoveEntry in org.flowable.engine.impl.migration
Method parameters in org.flowable.engine.impl.migration with type arguments of type MoveExecutionEntityContainer.FlowElementMoveEntry Modifier and Type Method Description protected booleanProcessInstanceMigrationManagerImpl. isSubProcessContainerOfAnyFlowElement(String subProcessId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements)
-