nl.knowledgeplaza.util
Class BatchResult
java.lang.Object
nl.knowledgeplaza.util.BatchResult
public class BatchResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchResult
public BatchResult()
addInfo
public BatchResult addInfo(String key,
Object value)
merge
public BatchResult merge(BatchResult value)
- Parameters:
value -
addError
public BatchResult addError(BatchResult.Item value)
getErrorCount
public int getErrorCount()
getErrorsAsListOfString
public List<String> getErrorsAsListOfString()
- Returns:
addWarning
public BatchResult addWarning(BatchResult.Item value)
getWarningCount
public int getWarningCount()
moveWarningsToErrors
public void moveWarningsToErrors()
Copyright © 2012 KnowledgePlaza. All Rights Reserved.