Package ch.tocco.nice2.dms.spi.tree
Class DomainNodeModel
java.lang.Object
ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
ch.tocco.nice2.dms.spi.tree.DomainNodeModel
- All Implemented Interfaces:
ContentTreeNodeModel
- Direct Known Subclasses:
CmsDomainNodeModel
Model for
DomainNode
.-
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.Methods inherited from class ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
getParentRelations, getRootRelationName
-
Constructor Details
-
DomainNodeModel
public DomainNodeModel()
-
-
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.
-