Class FlowContext

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class FlowContext
    extends java.lang.Object
    implements java.lang.Cloneable
    A flow context.
    Since:
    12.0.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    • Constructor Detail

      • FlowContext

        public FlowContext​(EventContext eventContext)
        Creates a new instance.
        Parameters:
        eventContext - the event context
        Since:
        17.0.0
    • 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
      • geEventContext

        public EventContext geEventContext()
        Returns the event context.
        Returns:
        the event context
        Since:
        17.0.0