Class FlowContext

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class FlowContext
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    A flow context.
    Since:
    12.0.0
    Version:
    $Revision: 24868 $ $Date: 2022-02-25 18:16:46 -0300 (Fri, 25 Feb 2022) $
    See Also:
    Serialized Form
    • Method Detail

      • getDate

        public java.util.Date getDate()
                               throws PortalException
        Returns the event date.
        Returns:
        the event date.
        Throws:
        PortalException
        Since:
        12.0.0
      • getEventAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getEventAttributes()
        Returns the eventAttributes.
        Returns:
        the eventAttributes
        Since:
        12.0.0
      • clone

        protected FlowContext clone()
        Overrides:
        clone in class java.lang.Object
      • getFlow

        public FlowEntry getFlow()
        Returns the flow.
        Returns:
        the flow
        Since:
        12.0.0
      • setFlow

        public void setFlow​(FlowEntry flow)
        Sets the flow.
        Parameters:
        flow - the flow value to set.
        Since:
        12.0.0