Package org.mycore.datamodel.ifs2


package org.mycore.datamodel.ifs2
  • Class
    Description
    Represents a directory stored in a file collection, which may contain other files and directories.
    Represents a file stored in a file collection.
    Represents a set of files and directories belonging together, that are stored in a persistent MCRFileStore.
    Stores file collections containing files and directories.
    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.Store.DocPortal_document.ForceXML=true (which is default)
    Provides information about a stored version of metadata and allows to retrieve that version from SVN
    Represents a file, directory or file collection within a file store.
     
     
    Stores metadata files or file collections containing files and directories in a persistent store implemented using a local filesystem.
     
     
     
    Represents an XML metadata document that is stored in MCRMetadataStore.
    A file or directory really stored by importing it from outside the system.
     
    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.
    Stores metadata objects both in a local filesystem structure and in a Subversion repository.
    A virtual node in a file collection, which may be a child node of a container file type like zip or tar.