Uses of Class
org.fcrepo.client.utility.validate.ObjectSourceException

Packages that use ObjectSourceException
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. 
org.fcrepo.client.utility.validate.process   
org.fcrepo.client.utility.validate.remote   
 

Uses of ObjectSourceException in org.fcrepo.client.utility.validate
 

Methods in org.fcrepo.client.utility.validate with parameters of type ObjectSourceException
static ValidationResultNotation ValidationResultNotation.errorFetchingContentModel(String pid, ObjectSourceException e)
           
 

Methods in org.fcrepo.client.utility.validate that throw ObjectSourceException
 ContentModelInfo ObjectSource.getContentModelInfo(String pid)
          Get the object that has this PID (or null) and confirm that it is a valid content model.
 ObjectInfo ObjectSource.getValidationObject(String pid)
          Get the object that has this PID, or null if there is no such object.
 

Uses of ObjectSourceException in org.fcrepo.client.utility.validate.process
 

Methods in org.fcrepo.client.utility.validate.process that throw ObjectSourceException
static void ValidatorProcess.main(String[] args)
           
 

Uses of ObjectSourceException in org.fcrepo.client.utility.validate.remote
 

Methods in org.fcrepo.client.utility.validate.remote that throw ObjectSourceException
 Iterator<String> RemoteObjectSource.findObjectPids(FieldSearchQuery query)
          Get a series of PIDs, representing all digital objects in the repository that satisfy the specified query.
 ContentModelInfo RemoteObjectSource.getContentModelInfo(String pid)
          A content model must exist as an object.
 ObjectInfo RemoteObjectSource.getValidationObject(String pid)
          Get the object that has this PID, or null if there is no such object.
 



Copyright © 2012 DuraSpace. All Rights Reserved.