Uses of Class
org.mycore.datamodel.ifs.MCRContentStore

Packages that use MCRContentStore
org.mycore.backend.filesystem   
org.mycore.backend.hibernate   
org.mycore.backend.videocharger   
org.mycore.datamodel.ifs   
 

Uses of MCRContentStore in org.mycore.backend.filesystem
 

Subclasses of MCRContentStore in org.mycore.backend.filesystem
 class MCRCStoreVFS
          This class implements the MCRContentStore interface to store the content of MCRFile objects on any filesystem supported by the Apache Jakarta Commons VFS.
 

Uses of MCRContentStore in org.mycore.backend.hibernate
 

Subclasses of MCRContentStore in org.mycore.backend.hibernate
 class MCRHIBCStore
          This class implements the MCRContentStore interface.
 

Uses of MCRContentStore in org.mycore.backend.videocharger
 

Subclasses of MCRContentStore in org.mycore.backend.videocharger
 class MCRCStoreVideoCharger
          This class implements the MCRContentStore interface to store the content of MCRFile objects in IBM VideoCharger Server.
 

Uses of MCRContentStore in org.mycore.datamodel.ifs
 

Methods in org.mycore.datamodel.ifs that return MCRContentStore
protected  MCRContentStore MCROldFile.getContentStore()
          Deprecated. Returns the MCRContentStore instance that holds the content of this file
protected  MCRContentStore MCRFile.getContentStore()
          Returns the MCRContentStore instance that holds the content of this file
static MCRContentStore MCRContentStoreFactory.getStore(String storeID)
          Returns the MCRContentStore instance that is configured for this StoreID.
static MCRContentStore MCRContentStoreFactory.selectStore(MCRFile file)
          Returns the MCRContentStore instance that should be used to store the content of the given file.
 

Methods in org.mycore.datamodel.ifs with parameters of type MCRContentStore
 void MCROldFile.setContentFrom(MCRContentInputStream source, MCRContentStore store)
          Deprecated. Reads the content of this file from the source ContentInputStream and stores it in the ContentStore given