Uses of Class
org.chenile.stm.model.Transition
Packages that use Transition
Package
Description
This package contains a set of dummy components which can be used to instantiate a state
diagram without instantiating the components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains a bunch of descriptor classes to hold various kinds of meta data.
Workflow entry, exit commands etc.
-
Uses of Transition in org.chenile.stm
Methods in org.chenile.stm that return types with arguments of type TransitionMethods in org.chenile.stm with parameters of type TransitionModifier and TypeMethodDescriptionvoidEnablementStrategy.addMetadataToTransition(Transition t, StateDescriptor stateDescriptor) STMFlowStore.getTransitionAction(Transition transition) -
Uses of Transition in org.chenile.stm.action
Methods in org.chenile.stm.action with parameters of type TransitionModifier and TypeMethodDescriptionvoidSTMTransitionAction.doTransition(StateEntityType stateEntity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) -
Uses of Transition in org.chenile.stm.dummy
Methods in org.chenile.stm.dummy that return types with arguments of type TransitionModifier and TypeMethodDescriptionDummyEnablementStrategy.addDynamicTransitions(StateDescriptor sd) Methods in org.chenile.stm.dummy with parameters of type TransitionModifier and TypeMethodDescriptionvoidDummyEnablementStrategy.addMetadataToTransition(Transition t, StateDescriptor stateDescriptor) voidDummyTransitionAction.doTransition(StateEntity stateEntity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker stm, Transition transition) -
Uses of Transition in org.chenile.stm.impl
Methods in org.chenile.stm.impl that return types with arguments of type TransitionModifier and TypeMethodDescriptionConfigBasedEnablementStrategy.addDynamicTransitions(StateDescriptor sd) Methods in org.chenile.stm.impl with parameters of type TransitionModifier and TypeMethodDescriptionprivate voidConfigBasedEnablementStrategy.addEventInformationToTransition(Transition transition, StateDescriptor sd) voidConfigBasedEnablementStrategy.addMetadataToTransition(Transition t, StateDescriptor sd) STMFlowStoreImpl.getTransitionAction(Transition transition) protected booleanSTMImpl.isTransitionAuthorized(StateDescriptor startStateDescriptor, Transition transition) private voidDataFlowReader.processMetaAttributesForTransition(Transition transition, TransitionDescriptionDTO transitionInfo) Constructors in org.chenile.stm.impl with parameters of type Transition -
Uses of Transition in org.chenile.stm.model
Fields in org.chenile.stm.model with type parameters of type TransitionMethods in org.chenile.stm.model that return TransitionModifier and TypeMethodDescriptionThis is to support fluent API.Transition.makeInvokableOnlyFromStm()Transition.newStateId(String newStateId) Transition.transitionAction(STMTransitionAction<?> transitionAction) Transition.transitionTo(String stateId, String... flowId) Methods in org.chenile.stm.model that return types with arguments of type TransitionMethods in org.chenile.stm.model with parameters of type TransitionMethod parameters in org.chenile.stm.model with type arguments of type TransitionModifier and TypeMethodDescriptionprivate voidStateDescriptor.addDynamicTransitions(EnablementStrategy enablementStrategy, Map<String, Transition> map) voidStateDescriptor.setTransitions(Map<String, Transition> transitions) -
Uses of Transition in org.chenile.workflow.service.activities
Methods in org.chenile.workflow.service.activities with parameters of type TransitionModifier and TypeMethodDescriptionbooleanActivityChecker.isActivity(Transition transition) booleanActivityChecker.isCompletionChecker(Transition transition) booleanActivityChecker.isMandatoryActivity(Transition transition) booleanActivityChecker.isOptionalActivity(Transition transition) -
Uses of Transition in org.chenile.workflow.service.stmcmds
Methods in org.chenile.workflow.service.stmcmds with parameters of type TransitionModifier and TypeMethodDescriptionprivate voidBaseTransitionAction.doActivityManagement(T entity, Object transitionParam, State startState, String eventId, Transition transition) final voidAbstractSTMTransitionAction.doTransition(StateEntityType stateEntity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) final voidBaseTransitionAction.doTransition(T entity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) voidBaseTransitionAction.transition(T entity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) abstract voidAbstractSTMTransitionAction.transitionTo(StateEntityType stateEntity, PayloadType transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) Implement this method to start using your expected payload type. -
Uses of Transition in org.chenile.workflow.service.stmcmds.dto
Fields in org.chenile.workflow.service.stmcmds.dto declared as TransitionMethods in org.chenile.workflow.service.stmcmds.dto that return TransitionConstructors in org.chenile.workflow.service.stmcmds.dto with parameters of type TransitionModifierConstructorDescriptionTransitionContext(T entity, String eventId, Object transitionParam, State startState, State endState, Transition transition)