Class STMTransitionActionResolver
java.lang.Object
org.chenile.workflow.service.stmcmds.STMTransitionActionResolver
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.
-
Field Summary
Modifier and TypeFieldDescriptionprivate ApplicationContext
private STMTransitionAction<?>
private String
-
Constructor Summary
ConstructorDescriptionSTMTransitionActionResolver
(String prefix) STMTransitionActionResolver
(String prefix, STMTransitionAction<?> stmTransitionAction) -
Method Summary
-
Field Details
-
prefix
-
applicationContext
-
defaultSTMTransitionAction
-
-
Constructor Details
-
STMTransitionActionResolver
-
STMTransitionActionResolver
-
-
Method Details
-
beanName
-
getBean
-