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 ContentTreeNodeModel
DOMAIN_NODE_MODEL_ORDER -
Constructor Summary
Constructors -
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentTreeNodeModel
getEntityName
-
Constructor Details
-
AbstractContentTreeNodeModel
public AbstractContentTreeNodeModel()
-
-
Method Details
-
getParentRelations
Description copied from interface:ContentTreeNodeModelReturns the relation to the parent nodes.- Specified by:
getParentRelationsin interfaceContentTreeNodeModel- Returns:
- the relations to the parent nodes.
-
getChildRelations
Description copied from interface:ContentTreeNodeModelReturns the relations to the child nodes.- Specified by:
getChildRelationsin interfaceContentTreeNodeModel- Returns:
- the relations to the child nodes.
-
getRootRelationName
Description copied from interface:ContentTreeNodeModelReturns the name of the direct relation to the root node.- Specified by:
getRootRelationNamein interfaceContentTreeNodeModel- Returns:
- the name of the relation which points directly to the root node.
-