Class VelocityDsContainerNode

java.lang.Object
de.uplanet.lucy.server.usermanager.velocity.AbstractVelocityDsNode
de.uplanet.lucy.server.usermanager.velocity.VelocityDsContainerNode

public final class VelocityDsContainerNode extends AbstractVelocityDsNode
  • Method Details

    • isContainer

      public boolean isContainer()
      Specified by:
      isContainer in class AbstractVelocityDsNode
      Returns:
      true since this class represents a container node.
    • isSet

      public boolean isSet()
      Specified by:
      isSet in class AbstractVelocityDsNode
      Returns:
      false since this class represents a container node.
    • getClassId

      public int getClassId()
      Description copied from class: AbstractVelocityDsNode
      Get the class ID of this org structure node.
      Specified by:
      getClassId in class AbstractVelocityDsNode
      Returns:
      The class ID of this org structure node.
    • getName

      public String getName()
      Description copied from class: AbstractVelocityDsNode
      Get the name of this org structure node.
      Specified by:
      getName in class AbstractVelocityDsNode
      Returns:
      The name of this org structure node.
    • getPathAsString

      public String getPathAsString()
      Description copied from class: AbstractVelocityDsNode
      Get the path of this org structure node.
      Specified by:
      getPathAsString in class AbstractVelocityDsNode
      Returns:
      The path of this org structure node.
    • getPath

      public List<String> getPath()
      Description copied from class: AbstractVelocityDsNode
      Get the path of this org structure node as a list of path elements.
      Specified by:
      getPath in class AbstractVelocityDsNode
      Returns:
      The path of this org structure node.
    • getDescription

      public String getDescription()
      Description copied from class: AbstractVelocityDsNode
      Get the description of this org structure node.
      Specified by:
      getDescription in class AbstractVelocityDsNode
      Returns:
      The description of this org structure node.
    • getParent

      public VelocityDsContainerNode getParent()
      Description copied from class: AbstractVelocityDsNode
      Get the parent container of this org structure node.
      Specified by:
      getParent in class AbstractVelocityDsNode
      Returns:
      The parent container of this org structure node.
    • hasContainers

      public boolean hasContainers()
      Chech if this container has child containers.
      Returns:
      true if this container has child containers, or false otherwise.
    • getContainers

      public de.uplanet.lucy.server.usermanager.velocity.VelocityDsContainerNodes getContainers()
      Get the child containers of this container.
      Returns:
      The child containers of this container.
    • hasSets

      public boolean hasSets()
      Check if this container has child sets.
      Returns:
      true if this container has child sets, or false otherwise.
    • getSets

      public de.uplanet.lucy.server.usermanager.velocity.VelocityDsSetNodes getSets()
      Returns:
      The child sets of this container.
    • toString

      public String toString()
      Overrides:
      toString in class Object