Uses of Interface
de.digitalcollections.model.api.identifiable.entity.parts.ContentNode
-
-
Uses of ContentNode in de.digitalcollections.model.api.identifiable.entity
Methods in de.digitalcollections.model.api.identifiable.entity that return types with arguments of type ContentNode Modifier and Type Method Description List<ContentNode>ContentTree. getRootNodes()Method parameters in de.digitalcollections.model.api.identifiable.entity with type arguments of type ContentNode Modifier and Type Method Description voidContentTree. setRootNodes(List<ContentNode> rootNodes) -
Uses of ContentNode in de.digitalcollections.model.impl.identifiable.entity
Methods in de.digitalcollections.model.impl.identifiable.entity that return types with arguments of type ContentNode Modifier and Type Method Description List<ContentNode>ContentTreeImpl. getRootNodes()Method parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type ContentNode Modifier and Type Method Description voidContentTreeImpl. setRootNodes(List<ContentNode> rootNodes)Constructor parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type ContentNode Constructor Description ContentTreeImpl(List<ContentNode> rootNodes) -
Uses of ContentNode in de.digitalcollections.model.impl.identifiable.entity.parts
Classes in de.digitalcollections.model.impl.identifiable.entity.parts that implement ContentNode Modifier and Type Class Description classContentNodeImplMethods in de.digitalcollections.model.impl.identifiable.entity.parts that return ContentNode Modifier and Type Method Description ContentNodeContentNodeImpl. getParent()Methods in de.digitalcollections.model.impl.identifiable.entity.parts that return types with arguments of type ContentNode Modifier and Type Method Description List<ContentNode>ContentNodeImpl. getChildren()Methods in de.digitalcollections.model.impl.identifiable.entity.parts with parameters of type ContentNode Modifier and Type Method Description voidContentNodeImpl. setParent(ContentNode parent)Method parameters in de.digitalcollections.model.impl.identifiable.entity.parts with type arguments of type ContentNode Modifier and Type Method Description voidContentNodeImpl. setChildren(List<ContentNode> children)
-