Package org.chenile.workflow.service.stmcmds
package org.chenile.workflow.service.stmcmds
Workflow entry, exit commands etc. Support for a workflow
-
ClassesClassDescription
STMTransitionAction
uses Object as a payload type.BaseTransitionAction<T extends StateEntity>STM
supports a default transition action.DefaultAutomaticStateComputation<StateEntityType extends StateEntity>GenericEntryAction<T extends ExtendedStateEntity>GenericExitAction<T extends StateEntity>GenericRetrievalStrategy<T extends ExtendedStateEntity>This class returns the applicable authorities for theStateEntityServiceImpl.processById(String, String, Object)
method.Selects the body type of theChenileExchange
based on the event Id passed This should be used as the body type selector for theStateEntityServiceImpl.process(org.chenile.stm.StateEntity, String, Object)
method.Resolves bean name for the STM transition action in Spring using the event ID and a prefix specific to the workflow.