Class WorkflowRequestModelBean
java.lang.Object
de.xima.fc.workflow.designer.bean.WorkflowRequestModelBean
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
WorkflowRequestModelBean
public WorkflowRequestModelBean()
-
-
Method Details
-
getContextModel
- Returns:
- The request context model that is used to store data temporarily during the duration of an HTTP request.
-
setContextModel
- Parameters:
contextModel
- The request context model that is used to store data temporarily during the duration of an HTTP request.
-