Class WorkflowRequestModelBean

  • All Implemented Interfaces:
    Serializable

    @Named
    @RequestScoped
    public class WorkflowRequestModelBean
    extends Object
    implements Serializable
    Bean that stores data that should be cached only for the duration of the current request.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkflowRequestModelBean

        public WorkflowRequestModelBean()
    • Method Detail

      • getContextModel

        public WorkflowRequestContextModel getContextModel()
        Returns:
        The request context model that is used to store data temporarily during the duration of an HTTP request.
      • setContextModel

        public void setContextModel​(WorkflowRequestContextModel contextModel)
        Parameters:
        contextModel - The request context model that is used to store data temporarily during the duration of an HTTP request.