Class STMTransitionActionResolver

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

public class STMTransitionActionResolver extends Object
Resolves bean name for the STM transition action in spring using the event ID and a prefix which is specific to the workflow. Obtains the bean from the Spring Bean factory.

This strategy is shared between the BaseTransitionAction and the StmBodyTypeSelector

If the defaultSTMTransitionAction is set then that is returned in case a custom event transition action is not available.