Class OnEvents

    • Constructor Detail

      • OnEvents

        public OnEvents()
        No args constructor for use in serialization
      • OnEvents

        public OnEvents​(List<String> eventRefs,
                        List<Action> actions)
        Parameters:
        eventRefs -
        actions -
    • Method Detail

      • getEventRefs

        public List<String> getEventRefs()
        References one or more unique event names in the defined workflow events (Required)
      • setEventRefs

        public void setEventRefs​(List<String> eventRefs)
        References one or more unique event names in the defined workflow events (Required)
      • getActionMode

        public OnEvents.ActionMode getActionMode()
        Specifies how actions are to be performed (in sequence of parallel)
      • setActionMode

        public void setActionMode​(OnEvents.ActionMode actionMode)
        Specifies how actions are to be performed (in sequence of parallel)
      • getActions

        public List<Action> getActions()
        Actions to be performed. (Required)
      • setActions

        public void setActions​(List<Action> actions)
        Actions to be performed. (Required)
      • setEventDataFilter

        public void setEventDataFilter​(EventDataFilter eventDataFilter)