Class WorkflowRequestModelBean

java.lang.Object
de.xima.fc.workflow.designer.bean.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:
  • Constructor Details

    • WorkflowRequestModelBean

      public WorkflowRequestModelBean()
  • Method Details

    • 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.