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
FieldsModifier and TypeFieldDescription(package private) DummyAction(package private) DummyAutomaticStateComputation(package private) DummyEnablementStrategy(package private) DummyRetrievalStrategy(package private) DummyScriptingStrategy(package private) DummySecurityStrategy(package private) DummyTransitionActionFields inherited from class org.chenile.stm.impl.STMFlowStoreImpl
actionTagsMap, defaultFlowId, defaultTransitionAction, entryAction, eventInfos, exitAction, flows, PATH_TO_DEFAULT_STM_CONFIGURATION, retrievalStrategy, stmActionsInfoProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeAction(String componentName, boolean enableInlineScriptsInProperties) makeAutomaticStateComputation(String componentName, boolean enableInlineScriptsInProperties) makeEnablementStrategy(String componentName) 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, getAutomaticStateComputation, getBeanFactory, getDefaultAutomaticStateComputation, getDefaultFlow, getDefaultFlowId, getDefaultRetrievalStrategy, getEnablementStrategy, getEntryAction, getEventInformation, getExitAction, getFlow, getFlowInfo, getFlowInfo, getInitialState, getSecurityStrategy, getStateInfo, getStateInfo, getTransitionAction, include, makeComponent, setBeanFactory, setDefaultAutomaticStateComputation, setDefaultFlow, setDefaultTransitionAction, setDefaultTransitionAction, setEnablementStrategy, setEnablementStrategy, setEntryAction, setEntryAction, setExitAction, setExitAction, setScriptingStrategy, setScriptingStrategy, toJson, toMap, toString, validate
-
Field Details
-
dummyTransitionAction
DummyTransitionAction dummyTransitionAction -
dummyAction
DummyAction dummyAction -
dummyScriptingStrategy
DummyScriptingStrategy dummyScriptingStrategy -
dummyAutomaticStateComputation
DummyAutomaticStateComputation dummyAutomaticStateComputation -
dummySecurityStrategy
DummySecurityStrategy dummySecurityStrategy -
dummyRetrievalStrategy
DummyRetrievalStrategy dummyRetrievalStrategy -
dummyEnablementStrategy
DummyEnablementStrategy dummyEnablementStrategy
-
-
Constructor Details
-
DummyStore
public DummyStore()
-
-
Method Details
-
makeTransitionAction
- Overrides:
makeTransitionActionin classSTMFlowStoreImpl- Throws:
STMException
-
makeAction
public Object makeAction(String componentName, boolean enableInlineScriptsInProperties) throws STMException - Overrides:
makeActionin classSTMFlowStoreImpl- Throws:
STMException
-
makeAutomaticStateComputation
public Object makeAutomaticStateComputation(String componentName, boolean enableInlineScriptsInProperties) throws STMException - Overrides:
makeAutomaticStateComputationin classSTMFlowStoreImpl- Throws:
STMException
-
makeScriptingStrategy
- Overrides:
makeScriptingStrategyin classSTMFlowStoreImpl- Throws:
STMException
-
makeRetrievalStrategy
- Overrides:
makeRetrievalStrategyin classSTMFlowStoreImpl- Throws:
STMException
-
makeSecurityStrategy
- Overrides:
makeSecurityStrategyin classSTMFlowStoreImpl- Throws:
STMException
-
makeEnablementStrategy
- Overrides:
makeEnablementStrategyin classSTMFlowStoreImpl- Throws:
STMException
-