Class SuspendedFlow


  • public class SuspendedFlow
    extends Object
    Suspended flow.
    Since:
    12.1.0
    Version:
    $Revision: 24177 $ $Date: 2020-10-14 10:20:29 -0300 (Wed, 14 Oct 2020) $
    • 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 String getNodeId()
        Returns the nodeId.
        Returns:
        the nodeId
        Since:
        12.1.0
      • setNodeId

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

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

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

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

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

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

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

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

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