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
Constructors Constructor Description ProcessingResultTemplate(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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ETextbausteinMsgCodegetMsgCode()Deprecated.Getter for the template message code-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
getPlaceholderValue, getValue, getValuesCount
-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
ProcessingResultTemplate
public ProcessingResultTemplate(String value, boolean success)
Deprecated.
-
ProcessingResultTemplate
public ProcessingResultTemplate(String value)
Deprecated.
-
ProcessingResultTemplate
public ProcessingResultTemplate(String value, ETextbausteinMsgCode msgCode, boolean success)
Deprecated.
-
ProcessingResultTemplate
public ProcessingResultTemplate(String value, ETextbausteinMsgCode msgCode)
Deprecated.
-
-
Method Detail
-
getMsgCode
public ETextbausteinMsgCode getMsgCode()
Deprecated.Description copied from interface:IProcessingResultTemplateGetter for the template message code- Specified by:
getMsgCodein interfaceIProcessingResultTemplate- Returns:
ETextbausteinMsgCodethe message code
-
-