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 booleanprotected booleanprotected List<IMapDiff<String,Serializable>> protected IWorkflowResponse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFrqSessionAttributesDiff(IMapDiff<Serializable, Serializable> frqSessionAttributesDiff) voidaddSessionAttributesDiff(IMapDiff<String, Serializable> sessionAttributesDiff) Deprecated.Deprecated.booleanbooleanbooleanvoidputSessionAttributes(Map<String, Serializable> sessionAttributes) Deprecated.voidsetPreProcessResults(Map<String, IPluginFormPreProcessRetVal> preProcessResults) voidsetPreResponseResults(Map<String, IPluginFormPreRespondRetVal> preResponseResults) voidsetProcessCanceled(boolean processCanceled) voidsetResponseCanceled(boolean responseCanceled) voidsetTaskExecutionResult(IRemoteEventExecutionResult taskExecutionResult) voidsetUsesNewWorkflow(boolean usesNewWorkflow) voidsetWorkflowResponse(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()