Class DynamicProcessEventAction

  • All Implemented Interfaces:
    Action

    public class DynamicProcessEventAction
    extends AbstractAction
    The business process action which provides to extend business process with an external system
    • Constructor Detail

      • DynamicProcessEventAction

        public DynamicProcessEventAction()
    • Method Detail

      • getTransitions

        public java.util.Set<java.lang.String> getTransitions()
        Description copied from interface: Action
        Accesses all possible return codes of this Action. This method is used by the process engine to validate a process definition. Furthermore it can be used by (graphical) editors to access all return codes which have to mapped in transitions.
        Returns:
        all possible return codes of this Action
      • getEventService

        protected EventService getEventService()
      • setEventService

        public void setEventService​(EventService eventService)