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

Packages that use InvalidContentModelException
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 InvalidContentModelException in org.fcrepo.client.utility.validate
 

Methods in org.fcrepo.client.utility.validate with parameters of type InvalidContentModelException
static ValidationResultNotation ValidationResultNotation.contentModelNotValid(InvalidContentModelException e)
           
 

Methods in org.fcrepo.client.utility.validate that throw InvalidContentModelException
 ContentModelInfo ObjectSource.getContentModelInfo(String pid)
          Get the object that has this PID (or null) and confirm that it is a valid content model.
 

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

Methods in org.fcrepo.client.utility.validate.remote that throw InvalidContentModelException
 ContentModelInfo RemoteObjectSource.getContentModelInfo(String pid)
          A content model must exist as an object.
 

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

Constructors in org.fcrepo.client.utility.validate.types that throw InvalidContentModelException
DsCompositeModelDoc.DsTypeModel(String pid, Element typeModelElement)
           
DsCompositeModelDoc(String pid, byte[] bytes)
          Parse the datastream XML.
 



Copyright © 2012 DuraSpace. All Rights Reserved.