Uses of Interface
org.chenile.stm.action.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
Modifier and TypeMethodDescriptionSTMAction<?>
STMFlowStore.getEntryAction
(State state) STMAction<?>
STMFlowStore.getExitAction
(State state) -
Uses of STMAction in org.chenile.stm.dummy
-
Uses of STMAction in org.chenile.stm.impl
Modifier and TypeFieldDescriptionprotected STMAction<?>
STMFlowStoreImpl.entryAction
protected STMAction<?>
STMFlowStoreImpl.exitAction
Modifier and TypeMethodDescriptionSTMAction<?>
STMFlowStoreImpl.getEntryAction
(State state) STMAction<?>
STMFlowStoreImpl.getExitAction
(State state) private STMAction<?>
DataFlowReader.setEntryExitAction
(String entryExitActionOfFlow, Boolean enableInlineScripts) Modifier and TypeMethodDescriptionvoid
STMFlowStoreImpl.setEntryAction
(STMAction<?> entryAction) void
STMFlowStoreImpl.setExitAction
(STMAction<?> exitAction) -
Uses of STMAction in org.chenile.stm.model
Modifier and TypeFieldDescriptionprivate STMAction<?>
FlowDescriptor.entryAction
protected STMAction<?>
StateDescriptor.entryAction
private STMAction<?>
FlowDescriptor.exitAction
protected STMAction<?>
StateDescriptor.exitAction
Modifier and TypeMethodDescriptionSTMAction<?>
FlowDescriptor.getEntryAction()
STMAction<?>
StateDescriptor.getEntryAction()
STMAction<?>
FlowDescriptor.getExitAction()
STMAction<?>
StateDescriptor.getExitAction()
Modifier 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
Modifier and TypeClassDescriptionclass
GenericEntryAction<T extends ExtendedStateEntity>
class
GenericExitAction<T extends StateEntity>