Uses of Class
org.flowable.engine.impl.runtime.MoveActivityIdContainer
-
Packages that use MoveActivityIdContainer Package Description org.flowable.engine.impl.dynamic org.flowable.engine.impl.runtime -
-
Uses of MoveActivityIdContainer in org.flowable.engine.impl.dynamic
Methods in org.flowable.engine.impl.dynamic with parameters of type MoveActivityIdContainer Modifier and Type Method Description protected MoveExecutionEntityContainerAbstractDynamicStateManager. createMoveExecutionEntityContainer(MoveActivityIdContainer activityContainer, List<ExecutionEntity> executions, CommandContext commandContext) -
Uses of MoveActivityIdContainer in org.flowable.engine.impl.runtime
Fields in org.flowable.engine.impl.runtime with type parameters of type MoveActivityIdContainer Modifier and Type Field Description protected List<MoveActivityIdContainer>ChangeActivityStateBuilderImpl. moveActivityIdListMethods in org.flowable.engine.impl.runtime that return types with arguments of type MoveActivityIdContainer Modifier and Type Method Description List<MoveActivityIdContainer>ChangeActivityStateBuilderImpl. getMoveActivityIdList()
-