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

Packages that use MCRFileCollection
org.mycore.datamodel.ifs2   
 

Uses of MCRFileCollection in org.mycore.datamodel.ifs2
 

Methods in org.mycore.datamodel.ifs2 that return MCRFileCollection
 MCRFileCollection MCRFileStore.create()
          Creates and stores a new, empty file collection using the next free ID in the store.
 MCRFileCollection MCRFileStore.create(int id)
          Creates and stores a new, empty file collection with the given ID
 MCRFileCollection MCRFileCollection.getRoot()
          Returns this object, because the FileCollection instance is the root of all files and directories contained in the collection.
 MCRFileCollection MCRNode.getRoot()
          Returns the root file collection this node belongs to
 MCRFileCollection MCRFileStore.retrieve(int id)
          Returns the file collection stored under the given ID, or null when no collection is stored for the given ID.