Class GroovyDsSetNode

java.lang.Object
de.uplanet.lucy.server.usermanager.groovy.AbstractGroovyDsNode
de.uplanet.lucy.server.usermanager.groovy.GroovyDsSetNode

@Scriptable public final class GroovyDsSetNode extends AbstractGroovyDsNode
  • Method Details

    • isContainer

      public boolean isContainer()
      Specified by:
      isContainer in class AbstractGroovyDsNode
      Returns:
      false since this class represents a set node.
    • isSet

      public boolean isSet()
      Specified by:
      isSet in class AbstractGroovyDsNode
      Returns:
      true since this class represents a set node.
    • getClassId

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

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

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

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

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

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

      public boolean hasMembers()
      Returns:
      true if this set has members, or false otherwise.
    • getMembers

      public List<GroovyDsSetNode> getMembers()
      Returns:
      A list of the member sets of this set.
    • toString

      public String toString()
      Returns a string representation of the set object.

      Note that the actual representation may change between different Intrexx versions.

      Overrides:
      toString in class Object
      Returns:
      The string representation of the set object.
    • getDirectMemberSets

      public ModifiableGroovyDsSetNodeCollection getDirectMemberSets()
      A collection of sets this set is direct member of.
      Returns:
      The collection of sets this set is direct member of.
    • save

      public void save()
      Save the user object to the database.
      Overrides:
      save in class AbstractGroovyDsNode
      Since:
      Intrexx 18.09.