Uses of Interface
org.chenile.stm.action.STMTransitionAction
Packages that use STMTransitionAction
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 STMTransitionAction in org.chenile.stm
Methods in org.chenile.stm that return STMTransitionAction -
Uses of STMTransitionAction in org.chenile.stm.dummy
Classes in org.chenile.stm.dummy that implement STMTransitionAction -
Uses of STMTransitionAction in org.chenile.stm.impl
Fields in org.chenile.stm.impl declared as STMTransitionActionModifier and TypeFieldDescriptionprotected STMTransitionAction<?>
STMFlowStoreImpl.defaultTransitionAction
Methods in org.chenile.stm.impl that return STMTransitionActionMethods in org.chenile.stm.impl with parameters of type STMTransitionActionModifier and TypeMethodDescriptionvoid
STMFlowStoreImpl.setDefaultTransitionAction
(STMTransitionAction<?> transitionAction) -
Uses of STMTransitionAction in org.chenile.stm.model
Fields in org.chenile.stm.model declared as STMTransitionActionModifier and TypeFieldDescriptionprotected STMTransitionAction<?>
EventInformation.transitionAction
Methods in org.chenile.stm.model that return STMTransitionActionMethods in org.chenile.stm.model with parameters of type STMTransitionActionModifier and TypeMethodDescriptionvoid
EventInformation.setTransitionAction
(STMTransitionAction<?> transitionAction) EventInformation.transitionAction
(STMTransitionAction<?> transitionAction) Transition.transitionAction
(STMTransitionAction<?> transitionAction) -
Uses of STMTransitionAction in org.chenile.workflow.service.stmcmds
Classes in org.chenile.workflow.service.stmcmds that implement STMTransitionActionModifier and TypeClassDescriptionclass
AbstractSTMTransitionAction<StateEntityType extends StateEntity,
PayloadType> class
BaseTransitionAction<T extends StateEntity>
STM
supports a default transition action.Fields in org.chenile.workflow.service.stmcmds declared as STMTransitionActionModifier and TypeFieldDescriptionprivate STMTransitionAction<?>
STMTransitionActionResolver.defaultSTMTransitionAction
Methods in org.chenile.workflow.service.stmcmds that return STMTransitionActionModifier and TypeMethodDescriptionConstructors in org.chenile.workflow.service.stmcmds with parameters of type STMTransitionActionModifierConstructorDescriptionSTMTransitionActionResolver
(String prefix, STMTransitionAction<?> stmTransitionAction)