Class PageNodeModel
java.lang.Object
ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
ch.tocco.nice2.optional.cms.impl.tree.PageNodeModel
- All Implemented Interfaces:
ContentTreeNodeModel
Model for
PageNode
.-
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.
-
Constructor Details
-
PageNodeModel
public PageNodeModel()
-
-
Method Details
-
getEntityName
-
getChildRelations
Description copied from interface:ContentTreeNodeModel
Returns the relations to the child nodes.- Specified by:
getChildRelations
in interfaceContentTreeNodeModel
- Overrides:
getChildRelations
in classAbstractContentTreeNodeModel
- Returns:
- the relations to the child nodes.
-
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.
-