|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MCRFilesystemNode | |
|---|---|
| org.mycore.backend.hibernate | |
| org.mycore.datamodel.ifs | |
| org.mycore.frontend.iview | |
| Uses of MCRFilesystemNode in org.mycore.backend.hibernate |
|---|
| Methods in org.mycore.backend.hibernate that return MCRFilesystemNode | |
|---|---|
MCRFilesystemNode |
MCRHIBFileMetadataStore.buildNode(MCRFSNODES node)
|
MCRFilesystemNode |
MCRHIBFileMetadataStore.retrieveChild(String parentID,
String name)
|
MCRFilesystemNode |
MCRHIBFileMetadataStore.retrieveNode(String ID)
|
| Methods in org.mycore.backend.hibernate with parameters of type MCRFilesystemNode | |
|---|---|
void |
MCRHIBFileMetadataStore.storeNode(MCRFilesystemNode node)
|
| Uses of MCRFilesystemNode in org.mycore.datamodel.ifs |
|---|
| Subclasses of MCRFilesystemNode in org.mycore.datamodel.ifs | |
|---|---|
class |
MCRDirectory
Represents a directory node with its metadata and content. |
class |
MCRFile
Represents a stored file with its metadata and content. |
| Methods in org.mycore.datamodel.ifs that return MCRFilesystemNode | |
|---|---|
MCRFilesystemNode |
MCRFileMetadataManager.buildNode(String type,
String ID,
String parentID,
String ownerID,
String name,
String label,
long size,
GregorianCalendar date,
String storeID,
String storageID,
String fctID,
String md5,
int numchdd,
int numchdf,
int numchtd,
int numchtf)
Callback method for internal use by any MCRFileMetadataStore implementation, do not use. |
MCRFilesystemNode |
MCRDirectory.getChild(int index)
Returns the direct child of this directory at the given position in the natural order of the children |
MCRFilesystemNode |
MCRDirectory.getChild(String name)
Returns the child node with the given filename. |
MCRFilesystemNode |
MCRDirectory.getChildByPath(String path)
Returns the node that is addressed by the given absolute or relative path. |
MCRFilesystemNode[] |
MCRDirectory.getChildren()
Returns all direct child nodes in this directory. |
MCRFilesystemNode[] |
MCRDirectory.getChildren(Comparator sortOrder)
Returns all direct child nodes in this directory, sorted by the given Comparator implementation. |
static MCRFilesystemNode |
MCRFilesystemNode.getNode(String ID)
|
static MCRFilesystemNode |
MCRFilesystemNode.getRootNode(String ownerID)
|
MCRFilesystemNode |
MCRFileMetadataStore.retrieveChild(String parentID,
String name)
Retrieves a child node of an MCRDirectory from the persistent store. |
MCRFilesystemNode |
MCRFileMetadataManager.retrieveChild(String parentID,
String name)
Retrieves a child node of a given MCRDirectory node. |
MCRFilesystemNode |
MCRFileMetadataStore.retrieveNode(String ID)
Retrieves the MCRFilesystemNode with that ID from the persistent store. |
(package private) MCRFilesystemNode |
MCRFileMetadataManager.retrieveNode(String ID)
Retrieves the MCRFilesystemNode with the given ID from the persistent MCRFileMetadataStore. |
(package private) MCRFilesystemNode |
MCRFileMetadataManager.retrieveRootNode(String ownerID)
Retrieves the first MCRFilesystemNode found in the persistent MCRFileMetadataStore, that has the given owner ID. |
| Methods in org.mycore.datamodel.ifs with parameters of type MCRFilesystemNode | |
|---|---|
protected void |
MCRDirectory.addChild(MCRFilesystemNode child)
Adds a child node to this directory. |
protected void |
MCRDirectory.removeChild(MCRFilesystemNode child)
Removes a child node from this directory |
void |
MCRFileMetadataStore.storeNode(MCRFilesystemNode node)
Creates or updates the data of the given node in the persistent store. |
(package private) void |
MCRFileMetadataManager.storeNode(MCRFilesystemNode node)
Creates or updates the data of the MCRFilesystemNode in the persistent MCRFileMetadataStore. |
| Uses of MCRFilesystemNode in org.mycore.frontend.iview |
|---|
| Methods in org.mycore.frontend.iview that return MCRFilesystemNode | |
|---|---|
MCRFilesystemNode |
MCRIViewServlet.getMCRNodeByRequest(HttpServletRequest request,
HttpServletResponse response)
|
| Methods in org.mycore.frontend.iview with parameters of type MCRFilesystemNode | |
|---|---|
int |
MCRFileNodeComparator.compareLastModified(MCRFilesystemNode node1,
MCRFilesystemNode node2)
|
int |
MCRFileNodeComparator.compareName(MCRFilesystemNode node1,
MCRFilesystemNode node2)
|
int |
MCRFileNodeComparator.compareSize(MCRFilesystemNode node1,
MCRFilesystemNode node2)
|
boolean |
MCRIViewServlet.getSupport(MCRFilesystemNode node)
|
void |
MCRIViewServlet.movePOI(HttpServletRequest request,
Properties iViewConfig,
MCRFilesystemNode fsn)
|
Point |
MCRIViewServlet.validatePOI(Point point,
Properties iViewConfig,
MCRFilesystemNode fsn,
boolean log)
Verify if ROI is right and/or below out of image |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||