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

Packages that use MCRStoredNode
org.mycore.datamodel.ifs2   
 

Uses of MCRStoredNode in org.mycore.datamodel.ifs2
 

Subclasses of MCRStoredNode in org.mycore.datamodel.ifs2
 class MCRDirectory
          Represents a directory stored in a file collection, which may contain other files and directories.
 class MCRFile
          Represents a file stored in a file collection.
 class MCRFileCollection
          Represents a set of files and directories belonging together, that are stored in a persistent MCRFileStore.
 

Methods in org.mycore.datamodel.ifs2 that return MCRStoredNode
protected  MCRStoredNode MCRDirectory.buildChildNode(org.apache.commons.vfs.FileObject fo)
          Returns the MCRFile or MCRDirectory that is represented by the given FileObject, which is a direct child of the directory FileObject this MCRDirectory is stored in.