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

Packages that use RepositoryReader
org.fcrepo.server.search   
org.fcrepo.server.security   
org.fcrepo.server.storage   
org.fcrepo.server.utilities.rebuild   
org.fcrepo.server.validation.ecm   
 

Uses of RepositoryReader in org.fcrepo.server.search
 

Constructors in org.fcrepo.server.search with parameters of type RepositoryReader
FieldSearchResultSQLImpl(ConnectionPool cPool, RepositoryReader repoReader, String[] resultFields, int maxResults, int maxSeconds, FieldSearchQuery query)
          Construct a FieldSearchResultSQLImpl object.
FieldSearchSQLImpl(ConnectionPool cPool, RepositoryReader repoReader, int maxResults, int maxSecondsPerSession)
          Construct a FieldSearchSQLImpl that indexes DC fields.
FieldSearchSQLImpl(ConnectionPool cPool, RepositoryReader repoReader, int maxResults, int maxSecondsPerSession, boolean indexDCFields)
          Construct a FieldSearchSQLImpl that indexes DC fields only if specified.
 

Uses of RepositoryReader in org.fcrepo.server.security
 

Constructors in org.fcrepo.server.security with parameters of type RepositoryReader
PolicyFinderModule(String combiningAlgorithm, String repositoryPolicyDirectoryPath, String repositoryBackendPolicyDirectoryPath, String repositoryPolicyGuiToolDirectoryPath, RepositoryReader repoReader, boolean validateRepositoryPolicies, boolean validateObjectPoliciesFromDatastream, PolicyParser policyParser)
           
 

Uses of RepositoryReader in org.fcrepo.server.storage
 

Subinterfaces of RepositoryReader in org.fcrepo.server.storage
 interface DOManager
          A RepositoryReader that provides facilities for creating and modifying objects within the repository, as well as a query facility.
 

Classes in org.fcrepo.server.storage that implement RepositoryReader
 class DefaultDOManager
          Manages the reading and writing of digital objects by instantiating an appropriate object reader or writer.
 class DirectoryBasedRepositoryReader
          A RepositoryReader that uses a directory of serialized objects as its working repository.
 class GSearchDOManager
          DefaultDOManager extension that updates a GSearch (Fedora Generic Search) service as object changes are committed.
 

Constructors in org.fcrepo.server.storage with parameters of type RepositoryReader
SimpleDOReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String encoding, DigitalObject obj)
          Alternate constructor for when a DigitalObject is already available for some reason.
SimpleDOReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
SimpleServiceAwareReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String encoding, DigitalObject obj)
          Alternate constructor for when a DigitalObject is already available for some reason.
SimpleServiceAwareReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
SimpleServiceDefinitionReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String encoding, DigitalObject obj)
          Alternate constructor for when a DigitalObject is already available for some reason.
SimpleServiceDefinitionReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
SimpleServiceDeploymentReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String encoding, DigitalObject obj)
          Alternate constructor for when a DigitalObject is already available for some reason.
SimpleServiceDeploymentReader(Context context, RepositoryReader repoReader, DOTranslator translator, String exportFormat, String storageFormat, String encoding, InputStream serializedObject)
           
 

Uses of RepositoryReader in org.fcrepo.server.utilities.rebuild
 

Classes in org.fcrepo.server.utilities.rebuild that implement RepositoryReader
 class RebuildDOManager
          DefaultDOManager subclass for the rebuilder.
 

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

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



Copyright © 2011 DuraSpace. All Rights Reserved.