|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationResultNotation | |
|---|---|
| org.fcrepo.client.utility.validate | These classes are used to validate objects against their content models, and to validate the content models for internal consistency. |
| Uses of ValidationResultNotation in org.fcrepo.client.utility.validate |
|---|
| Methods in org.fcrepo.client.utility.validate that return ValidationResultNotation | |
|---|---|
static ValidationResultNotation |
ValidationResultNotation.contentModelNotFound(String pid)
|
static ValidationResultNotation |
ValidationResultNotation.contentModelNotValid(InvalidContentModelException e)
|
static ValidationResultNotation |
ValidationResultNotation.datastreamDoesNotMatchForms(String contentModelPid,
String dsId)
|
static ValidationResultNotation |
ValidationResultNotation.errorFetchingContentModel(String pid,
ObjectSourceException e)
|
static ValidationResultNotation |
ValidationResultNotation.noContentModel()
|
static ValidationResultNotation |
ValidationResultNotation.noMatchingDatastreamId(String contentModelPid,
String dsId)
|
static ValidationResultNotation |
ValidationResultNotation.objectNotFound(String pid)
|
static ValidationResultNotation |
ValidationResultNotation.unrecognizedContentModelUri(String uri)
|
| Methods in org.fcrepo.client.utility.validate that return types with arguments of type ValidationResultNotation | |
|---|---|
Collection<ValidationResultNotation> |
ValidationResult.getNotes()
|
| Methods in org.fcrepo.client.utility.validate with parameters of type ValidationResultNotation | |
|---|---|
void |
ValidationResult.addNote(ValidationResultNotation note)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||