Uses of Interface
org.chenile.stm.action.STMAction
Packages that use STMAction
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 STMAction in org.chenile.stm
Methods in org.chenile.stm that return STMActionModifier and TypeMethodDescriptionSTMAction<?>STMFlowStore.getEntryAction(State state) STMAction<?>STMFlowStore.getExitAction(State state) -
Uses of STMAction in org.chenile.stm.dummy
Classes in org.chenile.stm.dummy that implement STMAction -
Uses of STMAction in org.chenile.stm.impl
Fields in org.chenile.stm.impl declared as STMActionModifier and TypeFieldDescriptionprotected STMAction<?>STMFlowStoreImpl.entryActionprotected STMAction<?>STMFlowStoreImpl.exitActionMethods in org.chenile.stm.impl that return STMActionModifier and TypeMethodDescriptionSTMAction<?>STMFlowStoreImpl.getEntryAction(State state) STMAction<?>STMFlowStoreImpl.getExitAction(State state) private STMAction<?>DataFlowReader.setEntryExitAction(String entryExitActionOfFlow, Boolean enableInlineScripts) Methods in org.chenile.stm.impl with parameters of type STMActionModifier and TypeMethodDescriptionvoidSTMFlowStoreImpl.setEntryAction(STMAction<?> entryAction) voidSTMFlowStoreImpl.setExitAction(STMAction<?> exitAction) -
Uses of STMAction in org.chenile.stm.model
Fields in org.chenile.stm.model declared as STMActionModifier and TypeFieldDescriptionprivate STMAction<?>FlowDescriptor.entryActionprotected STMAction<?>StateDescriptor.entryActionprivate STMAction<?>FlowDescriptor.exitActionprotected STMAction<?>StateDescriptor.exitActionMethods in org.chenile.stm.model that return STMActionModifier and TypeMethodDescriptionSTMAction<?>FlowDescriptor.getEntryAction()STMAction<?>StateDescriptor.getEntryAction()STMAction<?>FlowDescriptor.getExitAction()STMAction<?>StateDescriptor.getExitAction()Methods in org.chenile.stm.model with parameters of type STMActionModifier and TypeMethodDescriptionFlowDescriptor.entryAction(STMAction<?> entryAction) StateDescriptor.entryAction(STMAction<?> entryAction) FlowDescriptor.exitAction(STMAction<?> exitAction) StateDescriptor.exitAction(STMAction<?> exitAction) voidFlowDescriptor.setEntryAction(STMAction<?> entryAction) voidStateDescriptor.setEntryAction(STMAction<?> entryAction) voidTransientActionsAwareDescriptor.setEntryAction(STMAction<?> entryAction) voidFlowDescriptor.setExitAction(STMAction<?> exitAction) voidStateDescriptor.setExitAction(STMAction<?> exitAction) voidTransientActionsAwareDescriptor.setExitAction(STMAction<?> exitAction) -
Uses of STMAction in org.chenile.workflow.service.stmcmds
Classes in org.chenile.workflow.service.stmcmds that implement STMActionModifier and TypeClassDescriptionclassGenericEntryAction<T extends ExtendedStateEntity>classGenericExitAction<T extends StateEntity>