Class ProcessingResultSuccess
java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultSuccess
- All Implemented Interfaces:
IPluginReturnValue, IPluginProcessingRetVal, IProcessingResult, IProcessingResultSuccess
@Deprecated
public class ProcessingResultSuccess
extends AProcessingResult
implements IProcessingResultSuccess
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingResultSuccess(boolean success) Deprecated.ProcessingResultSuccess(String errorCode, String errorMessage) Deprecated.ProcessingResultSuccess(String errorCode, Throwable error) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getPlaceholderValue(int index, String key) intDeprecated.voidsetErrorCode(String errorCode) Deprecated.voidsetErrorMessage(String errorMessage) Deprecated.Methods 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
getSessionAttributeMap, getSuccessValue
-
Constructor Details
-
ProcessingResultSuccess
-
ProcessingResultSuccess
-
ProcessingResultSuccess
public ProcessingResultSuccess(boolean success) Deprecated.
-
-
Method Details
-
getPlaceholderValue
Deprecated.Description copied from interface:IProcessingResultIn general, the result of an action is aListofMaps. This return the value at a given index and key.- Specified by:
getPlaceholderValuein interfaceIProcessingResult- 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
public int getValuesCount()Deprecated.- Specified by:
getValuesCountin interfaceIProcessingResult- Returns:
- The number of values the workflow action returned.
-
getErrorCode
Deprecated.- Specified by:
getErrorCodein interfaceIProcessingResult- Returns:
- the errorCode
-
setErrorCode
-
getErrorMessage
Deprecated.- Specified by:
getErrorMessagein interfaceIProcessingResult- Returns:
- the errorMessage
-
setErrorMessage
Deprecated.- Parameters:
errorMessage- the errorMessage to set
-