Uses of Interface
org.chenile.stm.STM
Package
Description
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Workflow implementation classes.
-
Uses of STM in org.chenile.stm
Modifier and TypeMethodDescriptionSTMInternalTransitionInvoker.proceed
(STM<StateEntityType> stm, StateEntityType stateEntityType, String startingEventId, Object actionParam) -
Uses of STM in org.chenile.stm.impl
Modifier and TypeClassDescriptionclass
STMImpl<StateEntityType extends StateEntity>
The main STM implementation. -
Uses of STM in org.chenile.workflow.service.impl
ModifierConstructorDescriptionStateEntityServiceImpl
(STM<T> stm, STMActionsInfoProvider stmActionsInfoProvider, EntityStore<T> entityStore)