Uses of Class
org.mycore.datamodel.ifs2.MCRStoredMetadata

Packages that use MCRStoredMetadata
org.mycore.datamodel.ifs2   
 

Uses of MCRStoredMetadata in org.mycore.datamodel.ifs2
 

Subclasses of MCRStoredMetadata in org.mycore.datamodel.ifs2
 class MCRVersionedMetadata
          Represents an XML metadata document that is stored in a local filesystem store and in parallel in a Subversion repository to track and restore changes.
 

Methods in org.mycore.datamodel.ifs2 that return MCRStoredMetadata
protected  MCRStoredMetadata MCRMetadataStore.buildMetadataObject(org.apache.commons.vfs.FileObject fo, int id)
          Builds a new stored metadata object in this store
 MCRStoredMetadata MCRMetadataStore.create(MCRContent xml)
          Stores a newly created document, using the next free ID.
 MCRStoredMetadata MCRMetadataStore.create(MCRContent xml, int id)
          Stores a newly created document under the given ID.
 MCRStoredMetadata MCRMetadataStore.retrieve(int id)
          Returns the metadata stored under the given ID, or null