Class NavigationToNode

All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IObjectAssignment, ISortableEntity

@Entity public class NavigationToNode extends IObjectAssignment.ObjectAssignmentBase
Entity representing the assignment of a Node to a Navigation. Since Nodes themselves are HrcEntities a Node assigned to a Navigation can have offspring. In order to select the children of the Node that should be published with this Navigation a NavigationToNode has a list of RangeItems. Currently the application creates a RangeItem each offspring of a Node when the Node is assigned to the Navigation, thus by default all offspring are part of the publication. Child Nodes that should not be published can be deselected by the User resulting in deletion of the corresponding RangeItem.
See Also: