Class SuspendedFlow


  • public class SuspendedFlow
    extends java.lang.Object
    Suspended flow.
    Since:
    12.1.0
    Version:
    $Revision: 26582 $ $Date: 2024-08-20 13:23:41 -0300 (Tue, 20 Aug 2024) $
    • Constructor Summary

      Constructors 
      Constructor Description
      SuspendedFlow()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getEventDate()
      Returns the eventDate.
      FlowEntry getFlowEntry()
      Returns the flowEntry.
      java.lang.String getId()
      Returns the id.
      java.lang.String getNodeId()
      Returns the nodeId.
      java.util.Date getResumeDateTime()
      Returns the resumeDateTime.
      java.lang.String getUserId()
      Returns the userId.
      void setEventAttributes​(java.lang.Object eventAttributes)
      Sets the eventAttributes.
      void setEventDate​(java.util.Date eventDate)
      Sets the eventDate.
      void setFlowEntry​(FlowEntry flowEntry)
      Sets the flowEntry.
      void setNodeId​(java.lang.String nodeId)
      Sets the nodeId.
      void setResumeDateTime​(java.util.Date resumeDateTime)
      Sets the resumeDateTime.
      void setUserId​(java.lang.String userId)
      Sets the userId.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SuspendedFlow

        public SuspendedFlow()
    • Method Detail

      • getFlowEntry

        public FlowEntry getFlowEntry()
        Returns the flowEntry.
        Returns:
        the flowEntry
        Since:
        12.1.0
      • setFlowEntry

        public void setFlowEntry​(FlowEntry flowEntry)
        Sets the flowEntry.
        Parameters:
        flowEntry - the flowEntry value to set.
        Since:
        12.1.0
      • getNodeId

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

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

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

        public void setUserId​(java.lang.String userId)
        Sets the userId.
        Parameters:
        userId - the userId value to set.
        Since:
        12.1.0
      • setEventAttributes

        public void setEventAttributes​(java.lang.Object eventAttributes)
                                throws PortalException
        Sets the eventAttributes.
        Parameters:
        eventAttributes - the eventAttributes value to set.
        Throws:
        PortalException
        Since:
        12.1.0
      • getEventDate

        public java.util.Date getEventDate()
        Returns the eventDate.
        Returns:
        the eventDate
        Since:
        12.1.0
      • setEventDate

        public void setEventDate​(java.util.Date eventDate)
        Sets the eventDate.
        Parameters:
        eventDate - the eventDate value to set.
        Since:
        12.1.0
      • getResumeDateTime

        public java.util.Date getResumeDateTime()
        Returns the resumeDateTime.
        Returns:
        the resumeDateTime
        Since:
        12.1.0
      • setResumeDateTime

        public void setResumeDateTime​(java.util.Date resumeDateTime)
        Sets the resumeDateTime.
        Parameters:
        resumeDateTime - the resumeDateTime value to set.
        Since:
        12.1.0
      • getId

        public java.lang.String getId()
        Returns the id.
        Returns:
        the id
        Since:
        12.1.0