Uses of Class
com.scivicslab.pojoactor.workflow.Action
Packages that use Action
-
Uses of Action in com.scivicslab.pojoactor.workflow
Methods in com.scivicslab.pojoactor.workflow that return types with arguments of type ActionModifier and TypeMethodDescriptionTransition.getActions()Returns the list of Action objects for this transition.Method parameters in com.scivicslab.pojoactor.workflow with type arguments of type ActionModifier and TypeMethodDescriptionvoidTransition.setActions(List<Action> actions) Sets the list of actions for this transition.