Class WaitForEventActionNode


  • public class WaitForEventActionNode
    extends FlowNode
    The wait for event node.
    Since:
    12.2.0
    Version:
    $Revision: 24428 $ $Date: 2021-03-22 13:20:52 -0300 (Mon, 22 Mar 2021) $
    • Method Detail

      • toJSONObject

        public org.json.JSONObject toJSONObject()
        Description copied from class: FlowNode
        Returns the JSON representation of this node. This method is the counterpart of #FlowNode(JSONObject) constructor.
        Overrides:
        toJSONObject in class FlowNode
        Returns:
        the JSON representation of this node.
      • getWaitingEventId

        public String getWaitingEventId()
                                 throws PortalException
        Returns the waiting event identifier of self node.
        Returns:
        the waiting event identifier of self node.
        Throws:
        PortalException
        Since:
        12.2.0
      • validateStateAndLog

        public boolean validateStateAndLog​(boolean checkAllNextNodes)
        Description copied from class: FlowNode
        To permit edition when JSON flow is saved incorrectly in data base, the flow node constructor by JSON parameter need allows to load flow node variables without exception when something already is wrong. So, to prevents exception on flow node execution and prevent to save flow when flow node is invalid state, this methods will check if all variables is OK and log otherwise.
        Specified by:
        validateStateAndLog in class FlowNode
        Parameters:
        checkAllNextNodes - check all next nodes nodes.
        Returns:
        true if all variable state is OK.
      • getResumeNode

        public FlowNode getResumeNode()
        Returns the resume node.
        Returns:
        the resume node.
        Since:
        12.2.0
      • getTimeoutNode

        public FlowNode getTimeoutNode()
        Returns the timeout node.
        Returns:
        the timeout node.
        Since:
        12.2.0
      • getTimeoutUnit

        public TimeUnit getTimeoutUnit()
        Returns the timeoutUnit.
        Returns:
        the timeoutUnit
        Since:
        12.2.0
      • getTimeoutAmount

        public Integer getTimeoutAmount()
        Returns the timeoutAmount.
        Returns:
        the timeoutAmount
        Since:
        12.2.0
      • getEventFilterData

        public EventFilterData getEventFilterData()
        Returns the eventFilterData.
        Returns:
        the eventFilterData
        Since:
        12.2.0