Package de.xima.fc.interfaces.processing
Interface IProcessingResult
- All Known Subinterfaces:
IPluginProcessingRetVal
,IProcessingResultAktionsID
,IProcessingResultFileData
,IProcessingResultFilePath
,IProcessingResultHTML
,IProcessingResultIntValue
,IProcessingResultLongValue
,IProcessingResultMultiValue
,IProcessingResultNumberValue
,IProcessingResultStringValue
,IProcessingResultSuccess
,IProcessingResultTemplate
,IProcessingResultVorgangsID
,IProcessingResultWeiterleitung
- All Known Implementing Classes:
AProcessingResult
,ProcessingResultAktionsID
,ProcessingResultFileData
,ProcessingResultFilePath
,ProcessingResultHTML
,ProcessingResultIntValue
,ProcessingResultLongValue
,ProcessingResultMultiValue
,ProcessingResultMultiValueAndFilePath
,ProcessingResultNumberValue
,ProcessingResultRedirect
,ProcessingResultStringValue
,ProcessingResultStringValueAndFilePath
,ProcessingResultSuccess
,ProcessingResultTemplate
,ProcessingResultVorgangsID
Deprecated.
The result of running a workflow action.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Deprecated.default String
Deprecated.getPlaceholderValue
(int index, String key) default Map<String,
Serializable> Deprecated.A map of key-value pairs with session attributes that are written to theHttpSession
.boolean
Deprecated.int
Deprecated.
-
Method Details
-
getPlaceholderValue
Deprecated.In general, the result of an action is aList
ofMap
s. This return the value at a given index and key.- Parameters:
index
- Index at which to retrieve the processing result value.key
- Key at which to retrieve the processing result value.- Returns:
- The processing result value at the given index and key.
-
getValuesCount
int getValuesCount()Deprecated.- Returns:
- The number of values the workflow action returned.
-
getSuccessValue
boolean getSuccessValue()Deprecated.- Returns:
- Whether the workflow action was executed successfully.
-
getErrorCode
Deprecated.- Returns:
- In case the workflow action was not successful, the error code.
-
getErrorMessage
Deprecated.- Returns:
- In case the workflow action was not successful, the error message.
-
getSessionAttributeMap
Deprecated.A map of key-value pairs with session attributes that are written to theHttpSession
. When the session already contains a value for a parameter, it is overwritten.- Returns:
- A
Map
with session attributes to set on theHttpSession
. - Since:
- 6.1
-
IWorkflowEventRunner
).