Uses of Interface
org.chenile.stm.STMFlowStore
Packages that use STMFlowStore
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.
-
Uses of STMFlowStore in org.chenile.stm
Methods in org.chenile.stm with parameters of type STMFlowStoreModifier and TypeMethodDescriptionvoid
STM.setStmFlowStore
(STMFlowStore stmFlowStore) Initialization method. -
Uses of STMFlowStore in org.chenile.stm.dummy
Classes in org.chenile.stm.dummy that implement STMFlowStore -
Uses of STMFlowStore in org.chenile.stm.impl
Classes in org.chenile.stm.impl that implement STMFlowStoreModifier and TypeClassDescriptionclass
A base implementation of STMFlowStore FlowStoreReaders parse various representations of the flow (such as in an xml or in a db) and call the addflow() method in this class.Fields in org.chenile.stm.impl declared as STMFlowStoreModifier and TypeFieldDescriptionprivate STMFlowStore
ComponentPropertiesHelper.flowConfigurator
private STMFlowStore
STMActionsInfoProvider.stmFlowStore
private STMFlowStore
STMImpl.stmFlowStore
Methods in org.chenile.stm.impl that return STMFlowStoreMethods in org.chenile.stm.impl with parameters of type STMFlowStoreModifier and TypeMethodDescriptionvoid
ComponentPropertiesHelper.setFlowConfigurator
(STMFlowStore flowConfigurator) void
STMImpl.setStmFlowStore
(STMFlowStore stmFlowStore) Constructors in org.chenile.stm.impl with parameters of type STMFlowStore -
Uses of STMFlowStore in org.chenile.stm.model
Methods in org.chenile.stm.model with parameters of type STMFlowStoreModifier and TypeMethodDescriptionvoid
FlowDescriptor.validate
(STMFlowStore flowStore) void
StateDescriptor.validate
(STMFlowStore flowStore) -
Uses of STMFlowStore in org.chenile.workflow.service.activities
Fields in org.chenile.workflow.service.activities declared as STMFlowStoreConstructors in org.chenile.workflow.service.activities with parameters of type STMFlowStore