Class STMTransitionActionResolver

java.lang.Object
org.chenile.workflow.service.stmcmds.STMTransitionActionResolver

public class STMTransitionActionResolver extends Object
Resolves bean name for the various STM components (such as TransitionActions, Automatic State Computations and Post Save Hooks) in Spring using the event ID and a prefix specific to the workflow. If no matching bean is found, returns a default action if set. Suffix is also used depending on the component type which is getting resolved. Suffix usage is optional to keep this backward compatible

Shared between BaseTransitionAction and StmBodyTypeSelector.