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.orchestrator.process.configuration
Methods in org.chenile.orchestrator.process.configuration that return STMModifier and TypeMethodDescriptionProcessConfiguration.processEntityStm(STMFlowStoreImpl stmFlowStore) Methods in org.chenile.orchestrator.process.configuration with parameters of type STMModifier and TypeMethodDescription(package private) ProcessManagerProcessConfiguration._processStateEntityService_(STM<Process> stm, STMActionsInfoProvider fileInfoProvider, EntityStore<Process> entityStore) -
Uses of STM in org.chenile.orchestrator.process.service.impl
Constructors in org.chenile.orchestrator.process.service.impl with parameters of type STMModifierConstructorDescriptionProcessManagerImpl(STM<Process> stm, STMActionsInfoProvider stmActionsInfoProvider, EntityStore<Process> entityStore) -
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 TypeClassDescriptionclassSTMImpl<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)