public interface OperationStatus
Modifier and Type | Method and Description |
---|---|
List<String> |
getErrors()
Returns the error messages for this transaction.
|
List<String> |
getMessages()
Gets the informational message as a result of this transaction.
|
String |
getStatus()
Gets the operation status for the transaction.
|
List<String> |
getWarnings()
Returns the warning messages for this transaction.
|
List<String> getMessages()
List<String> getWarnings()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.