Uses of Class
org.chenile.stm.State
Package
Description
JPA entity related super classes etc.
Defines contracts for Search using the query model.
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 exception class(es).
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.
Support for Workflow.
Workflow implementation classes.
Workflow entry, exit commands etc.
-
Uses of State in org.chenile.jpautils.entity
Modifier and TypeMethodDescriptionvoid
AbstractJpaStateEntity.setCurrentState
(State currentState) -
Uses of State in org.chenile.query.service
Modifier and TypeMethodDescriptionprotected State
AbstractSearchServiceImpl.extractStateFromObject
(Object obj, String stateColumn, String flowColumn) -
Uses of State in org.chenile.stm
Modifier and TypeMethodDescriptionStateEntity.getCurrentState()
STMFlowStore.getInitialState
(State state) Obtains the correct state descriptor to start operations with given the current state.Modifier and TypeMethodDescriptionSTMAction<?>
STMFlowStore.getEntryAction
(State state) STMAction<?>
STMFlowStore.getExitAction
(State state) STMFlowStore.getInitialState
(State state) Obtains the correct state descriptor to start operations with given the current state.STMFlowStore.getStateInfo
(State state) void
StateEntity.setCurrentState
(State currentState) -
Uses of State in org.chenile.stm.action
Modifier and TypeMethodDescriptionvoid
STMTransitionAction.doTransition
(StateEntityType stateEntity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) -
Uses of State in org.chenile.stm.dummy
Modifier and TypeMethodDescriptionvoid
DummyTransitionAction.doTransition
(StateEntity stateEntity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker stm, Transition transition) -
Uses of State in org.chenile.stm.exception
-
Uses of State in org.chenile.stm.impl
Modifier and TypeMethodDescriptionprivate State
STMFlowStoreImpl.correctState
(State state) STMFlowStoreImpl.getInitialState
(State state) Modifier and TypeMethodDescriptionprivate State
STMFlowStoreImpl.correctState
(State state) private StateEntityType
STMImpl.doEndStateChecks
(State endState, StateEntityType stateEntity, Object transitionParam) private void
STMImpl.executeEndStateEntryAction
(State startState, State endState, StateEntityType stateEntity) private void
STMImpl.executeStartStateExitAction
(State startState, StateEntityType stateEntity) STMActionsInfoProvider.getAllowedActions
(State state) STMActionsInfoProvider.getAllowedActionsAndMetadata
(State state) STMActionsInfoProvider.getAllowedActionsWithMetadata
(State state) STMAction<?>
STMFlowStoreImpl.getEntryAction
(State state) STMAction<?>
STMFlowStoreImpl.getExitAction
(State state) STMFlowStoreImpl.getInitialState
(State state) STMActionsInfoProvider.getMetadata
(State state, String metaId) STMFlowStoreImpl.getStateInfo
(State state) private boolean
STMImpl.isBeginning
(State startState) private Object[]
STMImpl.obtainEndStateAndTransition
(StateEntityType stateEntity, State startState, String startingEventId, boolean doAuthChecks) Obtains the end state and transition for the combination of start state and event Id. -
Uses of State in org.chenile.stm.model
-
Uses of State in org.chenile.utils.entity.model
Modifier and TypeMethodDescriptionvoid
AbstractExtendedStateEntity.setCurrentState
(State currentState) -
Uses of State in org.chenile.workflow.api
-
Uses of State in org.chenile.workflow.service.impl
Modifier and TypeMethodDescriptionStateEntityServiceImpl.getAllowedActionsAndMetadata
(State state) static int
StateEntityHelper.getGettingLateTimeInHours
(STMActionsInfoProvider stmActionsInfoProvider, State state) static int
StateEntityHelper.getLateTimeInHours
(STMActionsInfoProvider stmActionsInfoProvider, State state) static int
StateEntityHelper.getSla
(STMActionsInfoProvider stmActionsInfoProvider, State state, String slaType) -
Uses of State in org.chenile.workflow.service.stmcmds
Modifier and TypeMethodDescriptionfinal void
BaseTransitionAction.doTransition
(T entity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition) void
BaseTransitionAction.transition
(T entity, Object transitionParam, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm) -
Uses of State in org.chenile.workflow.service.stmcmds.dto
Modifier and TypeFieldDescriptionprivate State
TransitionContext.endState
private State
TransitionContext.startState
Modifier and TypeMethodDescriptionTransitionContext.getEndState()
TransitionContext.getStartState()
ModifierConstructorDescriptionTransitionContext
(T entity, String eventId, Object transitionParam, State startState, State endState, Transition transition)