public interface ViewResultTreeNodeID
Modifier and Type | Method and Description |
---|---|
Set<FullyQualifiedName> |
fullyQualifiedViewDefinitionNodeNames()
Deprecated.
|
ViewResultTreeNodeID |
getParentID()
Returns the ID of the parent ViewResultTreeNode, or null if the current ViewResultTreeNode is a root node.
|
UcmdbId |
id()
Returns the ID of the CI attached to the tree node.
|
String |
labelId()
Returns the label ID of the tree node.
|
ViewResultTreeNode |
node()
|
Set<String> |
viewDefinitionNodeNames()
Deprecated.
use ViewResultTreeNode.viewDefinitionNodeNames().
To get the node use either
ViewResult.lookupAccessedNodeFromTreeNodeId(com.hp.ucmdb.api.view.result.ViewResultTreeNodeID) or
ViewResult.getNearestNodesFromIds(java.util.Set<com.hp.ucmdb.api.view.result.ViewResultTreeNodeID>) . |
ViewResultTreeNodeID getParentID()
UcmdbId id()
ViewResultTreeNode.ci()
returns null.String labelId()
ViewResultTreeNode.ci()
is not null.@Deprecated Set<String> viewDefinitionNodeNames()
ViewResult.lookupAccessedNodeFromTreeNodeId(com.hp.ucmdb.api.view.result.ViewResultTreeNodeID)
or
ViewResult.getNearestNodesFromIds(java.util.Set<com.hp.ucmdb.api.view.result.ViewResultTreeNodeID>)
.@Deprecated Set<FullyQualifiedName> fullyQualifiedViewDefinitionNodeNames()
ViewResultTreeNode.fullyQualifiedViewDefinitionNodeNames()
.
To get the node use either ViewResult.lookupAccessedNodeFromTreeNodeId(com.hp.ucmdb.api.view.result.ViewResultTreeNodeID)
or
ViewResult.getNearestNodesFromIds(java.util.Set<com.hp.ucmdb.api.view.result.ViewResultTreeNodeID>)
.@Deprecated ViewResultTreeNode node()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.