Class WaitingForEventFlow


  • public class WaitingForEventFlow
    extends Object
    A flow that is waiting for an event to happen.
    Since:
    12.2.0
    Version:
    $Revision: 24428 $ $Date: 2021-03-22 13:20:52 -0300 (Mon, 22 Mar 2021) $
    • Constructor Detail

      • WaitingForEventFlow

        public WaitingForEventFlow()
    • Method Detail

      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        12.2.0
      • getFlowEntryId

        public String getFlowEntryId()
        Returns the flowEntryId.
        Returns:
        the flowEntryId
        Since:
        12.2.0
      • setFlowEntryId

        public WaitingForEventFlow setFlowEntryId​(String flowEntryId)
        Sets the flowEntryId.
        Parameters:
        flowEntryId - the flowEntryId value to set.
        Since:
        12.2.0
      • getNodeId

        public String getNodeId()
        Returns the nodeId.
        Returns:
        the nodeId
        Since:
        12.2.0
      • setNodeId

        public WaitingForEventFlow setNodeId​(String nodeId)
        Sets the nodeId.
        Parameters:
        nodeId - the nodeId value to set.
        Returns:
        Since:
        12.2.0
      • getUserId

        public String getUserId()
        Returns the userId.
        Returns:
        the userId
        Since:
        12.2.0
      • setUserId

        public WaitingForEventFlow setUserId​(String userId)
        Sets the userId.
        Parameters:
        userId - the userId value to set.
        Returns:
        Since:
        12.2.0
      • getWaitingEventId

        public String getWaitingEventId()
        Returns the waitingEventId.
        Returns:
        the waitingEventId
        Since:
        12.2.0
      • setWaitingEventId

        public WaitingForEventFlow setWaitingEventId​(String waitingEventId)
        Sets the waitingEventId.
        Parameters:
        waitingEventId - the waitingEventId value to set.
        Returns:
        Since:
        12.2.0
      • getOriginalEventDate

        public Date getOriginalEventDate()
        Returns the originalEventDate.
        Returns:
        the originalEventDate
        Since:
        12.2.0
      • setOriginalEventDate

        public WaitingForEventFlow setOriginalEventDate​(Date originalEventDate)
        Sets the originalEventDate.
        Parameters:
        originalEventDate - the originalEventDate value to set.
        Returns:
        Since:
        12.2.0
      • getWaitStartTime

        public long getWaitStartTime()
        Returns the waitStartTime.
        Returns:
        the waitStartTime
        Since:
        12.2.0
      • setWaitStartTime

        public WaitingForEventFlow setWaitStartTime​(long waitStartTime)
        Sets the waitStartTime.
        Parameters:
        waitStartTime - the waitStartTime value to set.
        Returns:
        Since:
        12.2.0
      • getTimeoutDateTime

        public long getTimeoutDateTime()
        Returns the timeoutDateTime.
        Returns:
        the timeoutDateTime
        Since:
        12.2.0
      • setTimeoutDateTime

        public WaitingForEventFlow setTimeoutDateTime​(long timeoutDateTime)
        Sets the timeoutDateTime.
        Parameters:
        timeoutDateTime - the timeoutDateTime value to set.
        Returns:
        Since:
        12.2.0