Class WaitingForEventFlow


  • public class WaitingForEventFlow
    extends java.lang.Object
    A flow that is waiting for an event to happen.
    Since:
    12.2.0
    Version:
    $Revision: 26582 $ $Date: 2024-08-20 13:23:41 -0300 (Tue, 20 Aug 2024) $
    • Constructor Detail

      • WaitingForEventFlow

        public WaitingForEventFlow()
    • Method Detail

      • getId

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

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

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

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

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

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

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

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

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

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

        public WaitingForEventFlow setOriginalEventDate​(java.util.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