Uses of Interface
org.fcrepo.server.storage.DOReader

Packages that use DOReader
org.fcrepo.server.access   
org.fcrepo.server.access.defaultdisseminator   
org.fcrepo.server.resourceIndex   
org.fcrepo.server.search   
org.fcrepo.server.storage   
org.fcrepo.server.validation   
org.fcrepo.server.validation.ecm   
 

Uses of DOReader in org.fcrepo.server.access
 

Methods in org.fcrepo.server.access with parameters of type DOReader
 MIMETypedStream DynamicAccessImpl.getDissemination(Context context, String PID, String sDefPID, String methodName, Property[] userParms, Date asOfDateTime, DOReader reader)
          Perform a dissemination for a method that belongs to a dynamic disseminator that is associate with the digital object.
 

Uses of DOReader in org.fcrepo.server.access.defaultdisseminator
 

Methods in org.fcrepo.server.access.defaultdisseminator with parameters of type DOReader
 String ObjectInfoAsXML.getItemIndex(String reposBaseURL, String applicationContext, DOReader reader, Date versDateTime)
           
 

Constructors in org.fcrepo.server.access.defaultdisseminator with parameters of type DOReader
DefaultDisseminatorImpl(Context context, Date asOfDateTime, DOReader reader, Access access, String reposBaseURL, File reposHomeDir)
           
 

Uses of DOReader in org.fcrepo.server.resourceIndex
 

Methods in org.fcrepo.server.resourceIndex with parameters of type DOReader
 void ResourceIndexModule.addObject(DOReader reader)
          Adds the appripriate triples implied by the given object to the ResourceIndex.
 void ResourceIndexImpl.addObject(DOReader reader)
          Adds the appripriate triples implied by the given object to the ResourceIndex.
 void ResourceIndex.addObject(DOReader reader)
          Adds the appripriate triples implied by the given object to the ResourceIndex.
 void ResourceIndexModule.deleteObject(DOReader oldReader)
          Removes the triples implied by a given object from the ResourceIndex.
 void ResourceIndexImpl.deleteObject(DOReader oldReader)
          Removes the triples implied by a given object from the ResourceIndex.
 void ResourceIndex.deleteObject(DOReader oldReader)
          Removes the triples implied by a given object from the ResourceIndex.
 Set<org.jrdf.graph.Triple> UvaStdImgTripleGenerator_1.getTriplesForObject(DOReader reader)
          Get triples implied by the given object.
 Set<org.jrdf.graph.Triple> TripleGenerator.getTriplesForObject(DOReader reader)
          Get triples implied by the given object.
 Set<org.jrdf.graph.Triple> ServiceDeploymentTripleGenerator.getTriplesForObject(DOReader reader)
          Get triples implied by the given object.
 Set<org.jrdf.graph.Triple> ServiceDefinitionTripleGenerator_3_0.getTriplesForObject(DOReader reader)
          Get triples implied by the given object.
 Set<org.jrdf.graph.Triple> ModelBasedTripleGenerator.getTriplesForObject(DOReader reader)
          Gets all triples implied by the object's models.
 Set<org.jrdf.graph.Triple> FedoraObjectTripleGenerator_3_0.getTriplesForObject(DOReader reader)
          Get triples implied by the given object.
 Set<org.jrdf.graph.Triple> ContentModelTripleGenerator_3_0.getTriplesForObject(DOReader reader)
          Get triples implied by the given object.
 void ResourceIndexModule.modifyObject(DOReader oldReader, DOReader newReader)
          Updates any appropriate triples implied a modified object.
 void ResourceIndexImpl.modifyObject(DOReader oldReader, DOReader newReader)
          Updates any appropriate triples implied a modified object.
 void ResourceIndex.modifyObject(DOReader oldReader, DOReader newReader)
          Updates any appropriate triples implied a modified object.
 

Uses of DOReader in org.fcrepo.server.search
 

Methods in org.fcrepo.server.search with parameters of type DOReader
 void FieldSearchSQLModule.update(DOReader reader)
           
 void FieldSearchSQLImpl.update(DOReader reader)
           
 void FieldSearch.update(DOReader reader)
          Update the search indexes with information from the provided DOReader.
 

Uses of DOReader in org.fcrepo.server.storage
 

Subinterfaces of DOReader in org.fcrepo.server.storage
 interface DOWriter
          The standard interface for write operations on a digital object.
 interface ServiceDefinitionReader
          Interface for reading Service Deployment Objects.
 interface ServiceDeploymentReader
          Interface for reading Service Deployment Objects.
 

Classes in org.fcrepo.server.storage that implement DOReader
 class SimpleDOReader
          A DOReader backed by a DigitalObject.
 class SimpleDOWriter
          A DigitalObject-backed DOWriter.
 class SimpleServiceAwareReader
          DOReader that knows about WSDL, method maps, and DS input specs.
 class SimpleServiceDefinitionReader
          A Service Definition Reader based on a DigitalObject.
 class SimpleServiceDeploymentReader
          A ServiceDeploymentReader based on a DigitalObject.
 

Methods in org.fcrepo.server.storage that return DOReader
 DOReader DOReaderCache.get(String pid)
          Get a DOReader from the cache.
 DOReader RepositoryReader.getReader(boolean cachedObjectRequired, Context context, String pid)
          Gets a digital object reader.
 DOReader DirectoryBasedRepositoryReader.getReader(boolean UseCachedObject, Context context, String pid)
           
 DOReader DefaultDOManager.getReader(boolean cachedObjectRequired, Context context, String pid)
          Gets a reader on an an existing digital object.
 

Methods in org.fcrepo.server.storage with parameters of type DOReader
 void DOReaderCache.put(DOReader reader)
          Add a DOReader to the cache.
 

Uses of DOReader in org.fcrepo.server.validation
 

Methods in org.fcrepo.server.validation with parameters of type DOReader
 void DOObjectValidatorModule.validate(Context context, DOReader reader)
           
 void DOObjectValidator.validate(Context context, DOReader reader)
          Validate a digital object wrapped in a DOReader
static void ValidationUtility.validateReservedDatastreams(DOReader reader)
          Validates the latest version of all reserved datastreams in the given object.
 

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

Methods in org.fcrepo.server.validation.ecm with parameters of type DOReader
protected  Validation EcmValidator.doValidate(Context context, DOReader reader, Date asOfDateTime, List<String> contentModels)
           
 void OwlValidator.validate(Context context, Date asOfDateTime, DOReader currentObjectReader, Validation validation)
          This is one complex method.
 void EcmValidator.validate(Context context, DOReader reader)
           
 void DatastreamValidator.validate(Context context, DOReader currentObjectReader, Date asOfDateTime, Validation validation, ExternalContentManager m_exExternalContentManager)
           
 

Constructors in org.fcrepo.server.validation.ecm with parameters of type DOReader
SchemaValidator.ResourceResolver(Context context, RepositoryReader doMgr, DOReader contentmodelReader, Date asOfDateTime)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.