Uses of Interface
org.chenile.stm.STMInternalTransitionInvoker
Packages that use STMInternalTransitionInvoker
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.
Workflow entry, exit commands etc.
-
Uses of STMInternalTransitionInvoker in org.chenile.stm.action
Methods in org.chenile.stm.action with parameters of type STMInternalTransitionInvokerModifier and TypeMethodDescriptionvoidSTMTransitionAction.doTransition(StateEntityType stateEntity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) -
Uses of STMInternalTransitionInvoker in org.chenile.stm.dummy
Methods in org.chenile.stm.dummy with parameters of type STMInternalTransitionInvokerModifier and TypeMethodDescriptionvoidDummyTransitionAction.doTransition(StateEntity stateEntity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker stm, Transition transition) -
Uses of STMInternalTransitionInvoker in org.chenile.stm.impl
Classes in org.chenile.stm.impl that implement STMInternalTransitionInvokerModifier and TypeClassDescriptionprivate static classSTMImpl.STMInternalTransitionInvokerImpl<STE extends StateEntity>Fields in org.chenile.stm.impl declared as STMInternalTransitionInvokerModifier and TypeFieldDescriptionprivate final STMInternalTransitionInvoker<?>STMImpl.stmInternalTransitionInvoker -
Uses of STMInternalTransitionInvoker in org.chenile.workflow.service.stmcmds
Methods in org.chenile.workflow.service.stmcmds with parameters of type STMInternalTransitionInvokerModifier and TypeMethodDescriptionfinal 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.