Uses of Interface
org.fcrepo.client.utility.validate.types.ObjectInfo

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

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

Methods in org.fcrepo.client.utility.validate that return ObjectInfo
 ObjectInfo ValidationResult.getObject()
           
 ObjectInfo ObjectSource.getValidationObject(String pid)
          Get the object that has this PID, or null if there is no such object.
 

Methods in org.fcrepo.client.utility.validate with parameters of type ObjectInfo
 ValidationResult ObjectValidator.validate(ObjectInfo object)
          Each object is expected to have at least one content model.
 

Constructors in org.fcrepo.client.utility.validate with parameters of type ObjectInfo
ValidationResult(ObjectInfo object)
           
 

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

Methods in org.fcrepo.client.utility.validate.remote that return ObjectInfo
 ObjectInfo RemoteObjectSource.getValidationObject(String pid)
          Get the object that has this PID, or null if there is no such object.
 

Uses of ObjectInfo in org.fcrepo.client.utility.validate.types
 

Classes in org.fcrepo.client.utility.validate.types that implement ObjectInfo
 class BasicObjectInfo
          A simple immutable implementation of ObjectInfo.
 

Constructors in org.fcrepo.client.utility.validate.types with parameters of type ObjectInfo
BasicContentModelInfo(ObjectInfo baseObject, Collection<ContentModelInfo.DsTypeModel> typeModels)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.