Interface IProcessingResultTemplate
- 
- All Superinterfaces:
 IPluginProcessingRetVal,IPluginReturnValue,IProcessingResult,IProcessingResultStringValue
- All Known Implementing Classes:
 ProcessingResultTemplate
public interface IProcessingResultTemplate extends IProcessingResultStringValue
Interface for a processing result as FORMCYCLE template- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ETextbausteinMsgCodegetMsgCode()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()
Getter for the template message code- Returns:
 ETextbausteinMsgCodethe message code
 
 - 
 
 -