Package org.chenile.stm.dummy
Class DummyStore
java.lang.Object
org.chenile.stm.impl.STMFlowStoreImpl
org.chenile.stm.dummy.DummyStore
- All Implemented Interfaces:
TransientActionsAwareDescriptor
,STMFlowStore
-
Field Summary
Modifier and TypeFieldDescription(package private) DummyAction
(package private) DummyAutomaticStateComputation
(package private) DummyRetrievalStrategy
(package private) DummyScriptingStrategy
(package private) DummySecurityStrategy
(package private) DummyTransitionAction
Fields inherited from class org.chenile.stm.impl.STMFlowStoreImpl
actionTagsMap, defaultFlowId, defaultTransitionAction, entryAction, eventInfos, exitAction, flows, PATH_TO_DEFAULT_STM_CONFIGURATION, retrievalStrategy, stmActionsInfoProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmakeAction
(String componentName, boolean enableInlineScriptsInProperties) makeAutomaticStateComputation
(String componentName, boolean enableInlineScriptsInProperties) makeRetrievalStrategy
(String componentName) makeScriptingStrategy
(String componentName) makeSecurityStrategy
(String componentName) makeTransitionAction
(String componentName, boolean enable) Methods inherited from class org.chenile.stm.impl.STMFlowStoreImpl
addEventInformation, addFlow, addStateTag, getAllStates, getBeanFactory, getDefaultFlow, getDefaultFlowId, getDefaultRetrievalStrategy, getEntryAction, getEventInformation, getExitAction, getFlow, getFlowInfo, getFlowInfo, getInitialState, getSecurityStrategy, getStateInfo, getStateInfo, getTransitionAction, makeComponent, setBeanFactory, setDefaultFlow, setDefaultTransitionAction, setEntryAction, setEntryAction, setExitAction, setExitAction, setScriptingStrategy, setScriptingStrategy, toString, validate
-
Field Details
-
dummyTransitionAction
DummyTransitionAction dummyTransitionAction -
dummyAction
DummyAction dummyAction -
dummyScriptingStrategy
DummyScriptingStrategy dummyScriptingStrategy -
dummyAutomaticStateComputation
DummyAutomaticStateComputation dummyAutomaticStateComputation -
dummySecurityStrategy
DummySecurityStrategy dummySecurityStrategy -
dummyRetrievalStrategy
DummyRetrievalStrategy dummyRetrievalStrategy
-
-
Constructor Details
-
DummyStore
public DummyStore()
-
-
Method Details
-
makeTransitionAction
- Overrides:
makeTransitionAction
in classSTMFlowStoreImpl
- Throws:
STMException
-
makeAction
public Object makeAction(String componentName, boolean enableInlineScriptsInProperties) throws STMException - Overrides:
makeAction
in classSTMFlowStoreImpl
- Throws:
STMException
-
makeAutomaticStateComputation
public Object makeAutomaticStateComputation(String componentName, boolean enableInlineScriptsInProperties) throws STMException - Overrides:
makeAutomaticStateComputation
in classSTMFlowStoreImpl
- Throws:
STMException
-
makeScriptingStrategy
- Overrides:
makeScriptingStrategy
in classSTMFlowStoreImpl
- Throws:
STMException
-
makeRetrievalStrategy
- Overrides:
makeRetrievalStrategy
in classSTMFlowStoreImpl
- Throws:
STMException
-
makeSecurityStrategy
- Overrides:
makeSecurityStrategy
in classSTMFlowStoreImpl
- Throws:
STMException
-