Uses of Class
org.chenile.stm.impl.STMFlowStoreImpl
Packages that use STMFlowStoreImpl
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.
Contains a main method that can perform various CLI functions
-
Uses of STMFlowStoreImpl in org.chenile.orchestrator.process.configuration
Methods in org.chenile.orchestrator.process.configuration that return STMFlowStoreImplModifier and TypeMethodDescription(package private) STMFlowStoreImplProcessConfiguration.processFlowStore(BeanFactoryAdapter fileBeanFactoryAdapter) Methods in org.chenile.orchestrator.process.configuration with parameters of type STMFlowStoreImplModifier and TypeMethodDescription(package private) STMActionsInfoProviderProcessConfiguration.processActionsInfoProvider(STMFlowStoreImpl stmFlowStore) (package private) STMTransitionAction<Process> ProcessConfiguration.processBaseTransitionAction(STMTransitionActionResolver stmTransitionActionResolver, STMFlowStoreImpl stmFlowStore) (package private) ConfigBasedEnablementStrategyProcessConfiguration.processConfigBasedEnablementStrategy(ConfigProvider configProvider, STMFlowStoreImpl stmFlowStore) ProcessConfiguration.processEntityStm(STMFlowStoreImpl stmFlowStore) (package private) ProcessEntryActionProcessConfiguration.processEntryAction(EntityStore<Process> entityStore, STMActionsInfoProvider fileInfoProvider, STMFlowStoreImpl stmFlowStore) (package private) GenericExitAction<Process> ProcessConfiguration.processExitAction(STMFlowStoreImpl stmFlowStore) (package private) XmlFlowReaderProcessConfiguration.processFlowReader(STMFlowStoreImpl flowStore) -
Uses of STMFlowStoreImpl in org.chenile.stm.dummy
Subclasses of STMFlowStoreImpl in org.chenile.stm.dummy -
Uses of STMFlowStoreImpl in org.chenile.stm.impl
Fields in org.chenile.stm.impl declared as STMFlowStoreImplModifier and TypeFieldDescriptionprivate STMFlowStoreImplSTMActionsInfoProvider.stmFlowStoreprotected STMFlowStoreImplFlowReaderBase.stmFlowStoreImplConstructors in org.chenile.stm.impl with parameters of type STMFlowStoreImplModifierConstructorDescriptionDataFlowReader(StmDataProvider dataProvider, STMFlowStoreImpl stmFlowStoreImpl) protectedFlowReaderBase(STMFlowStoreImpl stmFlowStoreImpl) FluentFlowReader(STMFlowStoreImpl stmFlowStoreImpl) STMActionsInfoProvider(STMFlowStoreImpl stmFlowStore) XmlFlowReader(STMFlowStoreImpl stmFlowStoreImpl) -
Uses of STMFlowStoreImpl in org.chenile.stm.model
Fields in org.chenile.stm.model declared as STMFlowStoreImplMethods in org.chenile.stm.model that return STMFlowStoreImplMethods in org.chenile.stm.model with parameters of type STMFlowStoreImpl -
Uses of STMFlowStoreImpl in org.chenile.workflow.cli
Fields in org.chenile.workflow.cli declared as STMFlowStoreImplMethods in org.chenile.workflow.cli that return STMFlowStoreImplModifier and TypeMethodDescriptionprivate STMFlowStoreImplCLIHelper.obtainFlowStore(CLIParams params) Methods in org.chenile.workflow.cli with parameters of type STMFlowStoreImplModifier and TypeMethodDescriptionprivate voidCLIHelper.initProcessors(STMFlowStoreImpl stmFlowStoreImpl, XmlFlowReader flowReader) -
Uses of STMFlowStoreImpl in org.chenile.workflow.testcases
Fields in org.chenile.workflow.testcases declared as STMFlowStoreImplModifier and TypeFieldDescription(package private) STMFlowStoreImplSTMTestCaseGenerator.flowStoreConstructors in org.chenile.workflow.testcases with parameters of type STMFlowStoreImpl