Uses of Interface
org.chenile.stm.action.StateEntityRetrievalStrategy
Packages that use StateEntityRetrievalStrategy
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 StateEntityRetrievalStrategy in org.chenile.stm
Methods in org.chenile.stm that return StateEntityRetrievalStrategyModifier and TypeMethodDescriptionStateEntityRetrievalStrategy<? extends StateEntity>
STMFlowStore.getDefaultRetrievalStrategy()
-
Uses of StateEntityRetrievalStrategy in org.chenile.stm.dummy
Classes in org.chenile.stm.dummy that implement StateEntityRetrievalStrategy -
Uses of StateEntityRetrievalStrategy in org.chenile.stm.impl
Fields in org.chenile.stm.impl declared as StateEntityRetrievalStrategyModifier and TypeFieldDescriptionprotected StateEntityRetrievalStrategy<? extends StateEntity>
STMFlowStoreImpl.retrievalStrategy
Methods in org.chenile.stm.impl that return StateEntityRetrievalStrategyModifier and TypeMethodDescriptionStateEntityRetrievalStrategy<? extends StateEntity>
STMFlowStoreImpl.getDefaultRetrievalStrategy()
private StateEntityRetrievalStrategy<? extends StateEntity>
DataFlowReader.setRetrievalStrategyforFlow
(String retrievalStrategyOfFlow) -
Uses of StateEntityRetrievalStrategy in org.chenile.stm.model
Fields in org.chenile.stm.model declared as StateEntityRetrievalStrategyModifier and TypeFieldDescriptionprivate StateEntityRetrievalStrategy<? extends StateEntity>
FlowDescriptor.retrievalStrategy
Methods in org.chenile.stm.model that return StateEntityRetrievalStrategyModifier and TypeMethodDescriptionStateEntityRetrievalStrategy<? extends StateEntity>
FlowDescriptor.getRetrievalStrategy()
Methods in org.chenile.stm.model with parameters of type StateEntityRetrievalStrategyModifier and TypeMethodDescriptionFlowDescriptor.retrievalStrategy
(StateEntityRetrievalStrategy<? extends StateEntity> retrievalStrategy) void
FlowDescriptor.setRetrievalStrategy
(StateEntityRetrievalStrategy<? extends StateEntity> retrievalStrategy) -
Uses of StateEntityRetrievalStrategy in org.chenile.workflow.service.stmcmds
Classes in org.chenile.workflow.service.stmcmds that implement StateEntityRetrievalStrategy