Package ch.tocco.nice2.dms.spi.tree
Class ResourceNodeModel
java.lang.Object
ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
ch.tocco.nice2.dms.spi.tree.ResourceNodeModel
- All Implemented Interfaces:
ContentTreeNodeModel
Model for
ResourceNode
.-
Field Summary
Fields inherited from interface ch.tocco.nice2.dms.api.tree.ContentTreeNodeModel
DOMAIN_NODE_MODEL_ORDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the relation to the parent nodes.Returns the name of the direct relation to the root node.Methods inherited from class ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
getChildRelations
-
Constructor Details
-
ResourceNodeModel
public ResourceNodeModel()
-
-
Method Details
-
getEntityName
-
getParentRelations
Description copied from interface:ContentTreeNodeModel
Returns the relation to the parent nodes.- Specified by:
getParentRelations
in interfaceContentTreeNodeModel
- Overrides:
getParentRelations
in classAbstractContentTreeNodeModel
- Returns:
- the relations to the parent nodes.
-
getRootRelationName
Description copied from interface:ContentTreeNodeModel
Returns the name of the direct relation to the root node.- Specified by:
getRootRelationName
in interfaceContentTreeNodeModel
- Overrides:
getRootRelationName
in classAbstractContentTreeNodeModel
- Returns:
- the name of the relation which points directly to the root node.
-