Uses of Class
org.fcrepo.server.storage.types.Validation

Packages that use Validation
org.fcrepo.server.journal   
org.fcrepo.server.management   
org.fcrepo.server.rest   
org.fcrepo.server.utilities   
org.fcrepo.server.validation.ecm   
 

Uses of Validation in org.fcrepo.server.journal
 

Methods in org.fcrepo.server.journal that return Validation
 Validation Journaler.validate(Context context, String pid, Date asOfDateTime)
          Delegate to the JournalWorker.
 Validation JournalCreator.validate(Context context, String pid, Date asOfDateTime)
          Let the delegate do it.
 Validation JournalConsumer.validate(Context context, String pid, Date asOfDateTime)
          Reject API calls from outside while we are in recovery mode.
 

Uses of Validation in org.fcrepo.server.management
 

Methods in org.fcrepo.server.management that return Validation
 Validation ManagementModule.validate(Context context, String pid, Date asOfDateTime)
          
 Validation Management.validate(Context context, String pid, Date asOfDateTime)
           
 Validation DefaultManagement.validate(Context context, String pid, Date asOfDateTime)
          Validate the object against the datacontracts from the objects content model.
 

Uses of Validation in org.fcrepo.server.rest
 

Methods in org.fcrepo.server.rest with parameters of type Validation
 String DefaultSerializer.objectValidationToXml(Validation validation)
           
 

Uses of Validation in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities with parameters of type Validation
static Validation TypeUtility.convertValidationToGenValidation(Validation validation)
           
 

Uses of Validation in org.fcrepo.server.validation.ecm
 

Methods in org.fcrepo.server.validation.ecm that return Validation
 Validation EcmValidator.validate(Context context, String pid, Date asOfDateTime)
           
 

Methods in org.fcrepo.server.validation.ecm with parameters of type Validation
 void OwlValidator.validate(Context context, Date asOfDateTime, DOReader currentObjectReader, Validation validation)
          This is one complex method.
 void DatastreamValidator.validate(Context context, DOReader currentObjectReader, Date asOfDateTime, Validation validation, ExternalContentManager m_exExternalContentManager)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.