Interface IProcessingResultTemplate
-
- All Superinterfaces:
IPluginProcessingRetVal
,IPluginReturnValue
,IProcessingResult
,IProcessingResultStringValue
- All Known Implementing Classes:
ProcessingResultTemplate
@Deprecated public interface IProcessingResultTemplate extends IProcessingResultStringValue
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).Interface for a processing result as formcycle template- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default ETextbausteinMsgCode
getMsgCode()
Deprecated.Getter for the template message code-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
Methods inherited from interface de.xima.fc.interfaces.processing.result.IProcessingResultStringValue
getValue
-
-
-
-
Method Detail
-
getMsgCode
default ETextbausteinMsgCode getMsgCode()
Deprecated.Getter for the template message code- Returns:
ETextbausteinMsgCode
the message code
-
-