Uses of Class
org.fcrepo.server.errors.ValidationException

Packages that use ValidationException
org.fcrepo.server.security   
org.fcrepo.server.storage   
org.fcrepo.server.validation   
 

Uses of ValidationException in org.fcrepo.server.security
 

Methods in org.fcrepo.server.security that throw ValidationException
 com.sun.xacml.AbstractPolicy PolicyParser.parse(InputStream policyStream, boolean schemaValidate)
          Parses the given policy and optionally schema validates it.
 

Uses of ValidationException in org.fcrepo.server.storage
 

Methods in org.fcrepo.server.storage that throw ValidationException
 void StreamValidator.validate(InputStream in, String validationType)
           
 

Uses of ValidationException in org.fcrepo.server.validation
 

Methods in org.fcrepo.server.validation that throw ValidationException
 void RelsValidator.validate(PID pid, String dsId, InputStream content)
           
static void ValidationUtility.validateReservedDatastream(PID pid, String dsId, Datastream ds)
          Validates the given datastream if it's a reserved datastream.
static void ValidationUtility.validateReservedDatastreams(DOReader reader)
          Validates the latest version of all reserved datastreams in the given object.
static void ValidationUtility.validateURL(String url, String controlGroup)
          Validates the candidate URL.
 



Copyright © 2011 DuraSpace. All Rights Reserved.