All Known Implementing Classes:
DsContainerNode, DsSetNode

@Scriptable public interface IDsNode
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the class id of this org-structure node.
    Get the unique identifier of this org-structure node.
    int
    Get the integer identifier of this org-structure node.
     
    int
    Get the priority of this org-structure node.
    boolean
     
    boolean
     
  • Method Details

    • getId

      int getId()
      Get the integer identifier of this org-structure node.
      Returns:
      The integer identifier of the org-structure node.
    • getGuid

      String getGuid()
      Get the unique identifier of this org-structure node.
      Returns:
      The unique identifier of the org-structure node.
    • getClassId

      int getClassId()
      Get the class id of this org-structure node.
      Returns:
      The class id.
    • getPriority

      int getPriority()
      Get the priority of this org-structure node.
      Returns:
      The priority.
    • isDeleted

      boolean isDeleted()
      Returns:
      true if this org-structure node is deleted, or false otherwise.
    • hasParent

      boolean hasParent()
      Returns:
      true if this org-structure node has a parent, or false otherwise.
    • getParent

      DsContainerNode getParent()
      Returns:
      The parent of this org-structure node, or null if this node has no parent.