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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowRequestModelBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowRequestContextModel
getContextModel()
void
setContextModel(WorkflowRequestContextModel contextModel)
-
-
-
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.
-
-