Class ProcessingResultTemplate
java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
de.xima.fc.bl.fdv.processing.result.ProcessingResultTemplate
- All Implemented Interfaces:
IPluginReturnValue, IPluginProcessingRetVal, IProcessingResult, IProcessingResultStringValue, IProcessingResultTemplate
@Deprecated
public class ProcessingResultTemplate
extends ProcessingResultStringValue
implements IProcessingResultTemplate
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingResultTemplate(String value) Deprecated.ProcessingResultTemplate(String value, boolean success) Deprecated.ProcessingResultTemplate(String value, ETextbausteinMsgCode msgCode) Deprecated.ProcessingResultTemplate(String value, ETextbausteinMsgCode msgCode, boolean success) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Getter for the template message codeMethods inherited from class ProcessingResultStringValue
getPlaceholderValue, getValue, getValuesCountMethods inherited from class AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCountMethods inherited from interface IProcessingResultStringValue
getValue
-
Constructor Details
-
ProcessingResultTemplate
Deprecated. -
ProcessingResultTemplate
Deprecated. -
ProcessingResultTemplate
Deprecated. -
ProcessingResultTemplate
Deprecated.
-
-
Method Details
-
getMsgCode
Deprecated.Description copied from interface:IProcessingResultTemplateGetter for the template message code- Specified by:
getMsgCodein interfaceIProcessingResultTemplate- Returns:
ETextbausteinMsgCodethe message code
-