Schnittstelle IDsNode
- Alle bekannten Implementierungsklassen:
DsContainerNode,DsSetNode
@Scriptable
public interface IDsNode
-
Methodenübersicht
-
Methodendetails
-
getId
int getId()Get the integer identifier of this org-structure node.- Gibt zurück:
- The integer identifier of the org-structure node.
-
getGuid
String getGuid()Get the unique identifier of this org-structure node.- Gibt zurück:
- The unique identifier of the org-structure node.
-
getClassId
int getClassId()Get the class id of this org-structure node.- Gibt zurück:
- The class id.
-
getPriority
int getPriority()Get the priority of this org-structure node.- Gibt zurück:
- The priority.
-
isDeleted
boolean isDeleted()- Gibt zurück:
trueif this org-structure node is deleted, orfalseotherwise.
-
hasParent
boolean hasParent()- Gibt zurück:
trueif this org-structure node has a parent, orfalseotherwise.
-
getParent
DsContainerNode getParent()- Gibt zurück:
- The parent of this org-structure node,
or
nullif this node has no parent.
-