Table 12. IHierarchyNodeHandle Methods
|
|
IHierarchyNode getHierarchyNode()
|
Get the hierarchy node corresponding to this handle. |
java.lang.String getLinkTargetName()
|
Gets link target name for displaying hierarchy node. |
java.lang.String getNodeId()
|
Returns string identifier for the hierarchy node (this is usually a Long value but may change depending on implementation). |
java.lang.Long getParentId()
|
Gets unique identifier of the parent node. |
java.lang.String getParentLinkTargetName()
|
Gets the link target name for parent node. |
java.lang.String getPath()
|
Gets the path this node holds in the hierarchy |
java.lang.Long getVersion()
|
The version number of hierarchy node represented by this handle, this is the database version number and NOT related to versioned hierarchies |