|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.configservice.ValidationResult
public class ValidationResult
This class defines the validation result. The validation results are organized per document per validator.
Nested Class Summary | |
---|---|
static class |
ValidationResult.ValidationMessage
This class defines the data structure for a single validation message. |
Constructor Summary | |
---|---|
ValidationResult()
|
Method Summary | |
---|---|
void |
addMessage(java.lang.String documentUri,
java.lang.String validator,
ValidationResult.ValidationMessage msg)
Adds validation messages. |
java.util.Set |
getDocuments()
Returns all the document uris this object contains. |
java.util.List |
getValidationMessages(java.lang.String documentUri,
java.lang.String validator)
Returns the validation messages for the specified document from the sepcified validator. |
java.util.Set |
getValidators(java.lang.String documentUri)
Returns all the validators for the specified document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationResult()
Method Detail |
---|
public void addMessage(java.lang.String documentUri, java.lang.String validator, ValidationResult.ValidationMessage msg)
public java.util.List getValidationMessages(java.lang.String documentUri, java.lang.String validator)
documentUri
- uri of the document.validator
- name of the validator.public java.util.Set getValidators(java.lang.String documentUri)
documentUri
- the uri of the document.public java.util.Set getDocuments()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |