Package de.xima.fc.mdl.form
Class FormProcessData
java.lang.Object
de.xima.fc.mdl.form.FormProcessData
- All Implemented Interfaces:
Serializable
Class with data for an form-process-request
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IMapDiff<Serializable,
Serializable>> protected boolean
protected boolean
protected List<IMapDiff<String,
Serializable>> protected IWorkflowResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFrqSessionAttributesDiff
(IMapDiff<Serializable, Serializable> frqSessionAttributesDiff) void
addSessionAttributesDiff
(IMapDiff<String, Serializable> sessionAttributesDiff) Deprecated.Deprecated.boolean
boolean
boolean
void
putSessionAttributes
(Map<String, Serializable> sessionAttributes) Deprecated.void
setPreProcessResults
(Map<String, IPluginFormPreProcessRetVal> preProcessResults) void
setPreResponseResults
(Map<String, IPluginFormPreRespondRetVal> preResponseResults) void
setProcessCanceled
(boolean processCanceled) void
setResponseCanceled
(boolean responseCanceled) void
setTaskExecutionResult
(IRemoteEventExecutionResult taskExecutionResult) void
setUsesNewWorkflow
(boolean usesNewWorkflow) void
setWorkflowResponse
(IWorkflowResponse workflowResponse) Deprecated.
-
Field Details
-
workflowResponse
-
sessionAttributesDiff
-
frqSessionAttributesDiff
-
processCanceled
protected boolean processCanceled -
responseCanceled
protected boolean responseCanceled
-
-
Constructor Details
-
FormProcessData
public FormProcessData()
-
-
Method Details
-
getWorkflowResponse
Deprecated. -
setWorkflowResponse
Deprecated. -
getTaskExecutionResult
- Returns:
- The result of running the new workflow engine.
-
setTaskExecutionResult
- Parameters:
taskExecutionResult
- The result of running the new workflow engine.
-
isProcessCanceled
public boolean isProcessCanceled() -
setProcessCanceled
public void setProcessCanceled(boolean processCanceled) -
isResponseCanceled
public boolean isResponseCanceled() -
setResponseCanceled
public void setResponseCanceled(boolean responseCanceled) -
getSessionAttributes
Deprecated. -
putSessionAttributes
Deprecated. -
getSessionAttributesDiff
- Returns:
- The diff to apply to the current session attributes.
-
getFrqSessionAttributesDiff
- Returns:
- The diff to apply to the current FRQ session attributes.
-
addSessionAttributesDiff
- Parameters:
sessionAttributesDiff
- Adds a map diff to apply to the session attributes.
-
addFrqSessionAttributesDiff
public void addFrqSessionAttributesDiff(IMapDiff<Serializable, Serializable> frqSessionAttributesDiff) - Parameters:
frqSessionAttributesDiff
- Adds a map diff to apply to the FRQ session attributes.
-
isUsesNewWorkflow
public boolean isUsesNewWorkflow() -
setUsesNewWorkflow
public void setUsesNewWorkflow(boolean usesNewWorkflow) -
getPreProcessResults
-
setPreProcessResults
-
getPreResponseResults
-
setPreResponseResults
-
getSessionAttributesDiff()