Uses of Interface
org.chenile.stm.STM
Packages that use 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
Methods in org.chenile.stm with parameters of type STMModifier and TypeMethodDescriptionSTMInternalTransitionInvoker.proceed
(STM<StateEntityType> stm, StateEntityType stateEntityType, String startingEventId, Object actionParam) -
Uses of STM in org.chenile.stm.impl
Classes in org.chenile.stm.impl that implement STMModifier and TypeClassDescriptionclass
STMImpl<StateEntityType extends StateEntity>
The main STM implementation.Methods in org.chenile.stm.impl with parameters of type STM -
Uses of STM in org.chenile.workflow.service.impl
Fields in org.chenile.workflow.service.impl declared as STMConstructors in org.chenile.workflow.service.impl with parameters of type STMModifierConstructorDescriptionStateEntityServiceImpl
(STM<T> stm, STMActionsInfoProvider stmActionsInfoProvider, EntityStore<T> entityStore)