|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MCRStore | |
|---|---|
| org.mycore.datamodel.ifs2 | |
| Uses of MCRStore in org.mycore.datamodel.ifs2 |
|---|
| Subclasses of MCRStore in org.mycore.datamodel.ifs2 | |
|---|---|
class |
MCRFileStore
Stores file collections containing files and directories. |
class |
MCRMetadataStore
Stores XML metadata documents (or optionally any other BLOB data) in a persistent filesystem structure For each object type, a store must be defined as follows: MCR.IFS2.Store.DocPortal_document.Class=org.mycore.datamodel.ifs2.MCRMetadataStore MCR.IFS2.Store.DocPortal_document.BaseDir=/foo/bar MCR.IFS2.Store.DocPortal_document.SlotLayout=4-2-2 MCR.IFS2. |
class |
MCRVersioningMetadataStore
Stores metadata objects both in a local filesystem structure and in a Subversion repository. |
| Fields in org.mycore.datamodel.ifs2 with type parameters of type MCRStore | |
|---|---|
protected static HashMap<String,MCRStore> |
MCRStore.stores
Map of defined stores, where store ID is the map key. |
| Methods in org.mycore.datamodel.ifs2 that return MCRStore | |
|---|---|
MCRStore |
MCRFileCollection.getStore()
Returns the store this file collection is stored in. |
protected static MCRStore |
MCRStore.getStore(String ID)
Returns the store with the given ID |
| Constructors in org.mycore.datamodel.ifs2 with parameters of type MCRStore | |
|---|---|
MCRFileCollection(MCRStore store,
int id)
Creates a new file collection in the given store, or retrieves an existing one. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||