Uses of Interface
de.digitalcollections.model.api.identifiable.Node
-
Uses of Node in de.digitalcollections.model.api.identifiable
Classes in de.digitalcollections.model.api.identifiable with type parameters of type Node Modifier and Type Interface Description interfaceNode<N extends Node>Node is used to structure cultural content hierarchically. -
Uses of Node in de.digitalcollections.model.api.identifiable.entity
Subinterfaces of Node in de.digitalcollections.model.api.identifiable.entity Modifier and Type Interface Description interfaceCollectionA collection ofEntitys. -
Uses of Node in de.digitalcollections.model.api.identifiable.entity.parts
Subinterfaces of Node in de.digitalcollections.model.api.identifiable.entity.parts Modifier and Type Interface Description interfaceSubtopichttps://www.merriam-webster.com/dictionary/subtopic: "a (subtopic is a) topic that is part of a broader or more general topic ..."interfaceWebpageA Webpage of a Website. -
Uses of Node in de.digitalcollections.model.api.view
Methods in de.digitalcollections.model.api.view that return types with arguments of type Node Modifier and Type Method Description java.util.List<Node>BreadcrumbNavigation. getNavigationItems()An ordered list of Nodes, each of them represents one navigation item with a label and an uuid -
Uses of Node in de.digitalcollections.model.impl.identifiable
Classes in de.digitalcollections.model.impl.identifiable with type parameters of type Node Modifier and Type Class Description classNodeImpl<N extends Node>Classes in de.digitalcollections.model.impl.identifiable that implement Node Modifier and Type Class Description classNodeImpl<N extends Node> -
Uses of Node in de.digitalcollections.model.impl.identifiable.entity
Classes in de.digitalcollections.model.impl.identifiable.entity that implement Node Modifier and Type Class Description classCollectionImpl -
Uses of Node in de.digitalcollections.model.impl.identifiable.entity.parts
Classes in de.digitalcollections.model.impl.identifiable.entity.parts that implement Node Modifier and Type Class Description classSubtopicImplclassWebpageImpl -
Uses of Node in de.digitalcollections.model.impl.view
Methods in de.digitalcollections.model.impl.view that return types with arguments of type Node Modifier and Type Method Description java.util.List<Node>BreadcrumbNavigationImpl. getNavigationItems()Constructor parameters in de.digitalcollections.model.impl.view with type arguments of type Node Constructor Description BreadcrumbNavigationImpl(java.util.List<Node> navigationItems)