public class ProcessingResultSuccess extends AProcessingResult implements IProcessingResultSuccess
| Constructor and Description | 
|---|
ProcessingResultSuccess(boolean success)  | 
ProcessingResultSuccess(String errorCode,
                       String errorMessage)  | 
ProcessingResultSuccess(String errorCode,
                       Throwable error)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getErrorCode()  | 
String | 
getErrorMessage()  | 
String | 
getPlaceholderValue(int index,
                   String key)
 | 
int | 
getValuesCount()  | 
void | 
setErrorCode(String errorCode)  | 
void | 
setErrorMessage(String errorMessage)  | 
getSessionAttributeMap, getSuccessValue, setSessionAttributeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSessionAttributeMap, getSuccessValuepublic String getPlaceholderValue(int index, String key)
IProcessingResultList of Maps. This return the value at a given index and
 key.getPlaceholderValue in interface IProcessingResultindex - Index at which to retrieve the processing result value.key - Key at which to retrieve the processing result value.public int getValuesCount()
getValuesCount in interface IProcessingResultpublic String getErrorCode()
getErrorCode in interface IProcessingResultpublic void setErrorCode(String errorCode)
errorCode - the errorCode to setpublic String getErrorMessage()
getErrorMessage in interface IProcessingResultpublic void setErrorMessage(String errorMessage)
errorMessage - the errorMessage to setCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.