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.entryAction
protected STMAction<?>
STMFlowStoreImpl.exitAction
Methods 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 TypeMethodDescriptionvoid
STMFlowStoreImpl.setEntryAction
(STMAction<?> entryAction) void
STMFlowStoreImpl.setExitAction
(STMAction<?> exitAction) -
Uses of STMAction in org.chenile.stm.model
Fields in org.chenile.stm.model declared as STMActionModifier and TypeFieldDescriptionprivate STMAction<?>
FlowDescriptor.entryAction
protected STMAction<?>
StateDescriptor.entryAction
private STMAction<?>
FlowDescriptor.exitAction
protected STMAction<?>
StateDescriptor.exitAction
Methods 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) void
FlowDescriptor.setEntryAction
(STMAction<?> entryAction) void
StateDescriptor.setEntryAction
(STMAction<?> entryAction) void
TransientActionsAwareDescriptor.setEntryAction
(STMAction<?> entryAction) void
FlowDescriptor.setExitAction
(STMAction<?> exitAction) void
StateDescriptor.setExitAction
(STMAction<?> exitAction) void
TransientActionsAwareDescriptor.setExitAction
(STMAction<?> exitAction) -
Uses of STMAction in org.chenile.workflow.service.stmcmds
Classes in org.chenile.workflow.service.stmcmds that implement STMActionModifier and TypeClassDescriptionclass
GenericEntryAction<T extends ExtendedStateEntity>
class
GenericExitAction<T extends StateEntity>