Package ch.tocco.nice2.dms.spi.tree
Class AbstractContentTreeNodeModel
java.lang.Object
ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
- All Implemented Interfaces:
ContentTreeNodeModel
- Direct Known Subclasses:
BinaryContentModel
,DomainNodeModel
,FolderNodeModel
,PageNodeModel
,ResourceNodeModel
-
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 relations to the child nodes.Returns the relation to the parent nodes.Returns the name of the direct relation to the root node.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.dms.api.tree.ContentTreeNodeModel
getEntityName
-
Constructor Details
-
AbstractContentTreeNodeModel
public AbstractContentTreeNodeModel()
-
-
Method Details
-
getParentRelations
Description copied from interface:ContentTreeNodeModel
Returns the relation to the parent nodes.- Specified by:
getParentRelations
in interfaceContentTreeNodeModel
- Returns:
- the relations to the parent nodes.
-
getChildRelations
Description copied from interface:ContentTreeNodeModel
Returns the relations to the child nodes.- Specified by:
getChildRelations
in interfaceContentTreeNodeModel
- Returns:
- the relations to the child nodes.
-
getRootRelationName
Description copied from interface:ContentTreeNodeModel
Returns the name of the direct relation to the root node.- Specified by:
getRootRelationName
in interfaceContentTreeNodeModel
- Returns:
- the name of the relation which points directly to the root node.
-