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

Packages that use ExternalContentManager
org.fcrepo.server.management   
org.fcrepo.server.storage   
org.fcrepo.server.validation.ecm   
 

Uses of ExternalContentManager in org.fcrepo.server.management
 

Constructors in org.fcrepo.server.management with parameters of type ExternalContentManager
DefaultManagement(Authorization authz, DOManager doMgr, ExternalContentManager ecMgr, int uploadMinutes, int lastId, File tempDir, Hashtable<String,Long> uploadStartTime, long purgeDelayInMillis)
           
 

Uses of ExternalContentManager in org.fcrepo.server.storage
 

Classes in org.fcrepo.server.storage that implement ExternalContentManager
 class DefaultExternalContentManager
          Provides a mechanism to obtain external HTTP-accessible content.
 

Fields in org.fcrepo.server.storage declared as ExternalContentManager
protected  ExternalContentManager DefaultDOManager.m_contentManager
           
 

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

Methods in org.fcrepo.server.validation.ecm with parameters of type ExternalContentManager
 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 ExternalContentManager
EcmValidator(RepositoryReader doMgr, ExternalContentManager m_exExternalContentManager)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.