public interface ViewResultTreeNode extends SupportsClientProperties<ViewResultTreeNode>
viewDefinitionNodeNames()
. These client properties are not modifiable.Modifier and Type | Method and Description |
---|---|
List<? extends ViewResultTreeNode> |
children()
The ordered list of children of this node.
|
TopologyCI |
ci()
The CI associated with this view result tree node.
|
Set<FullyQualifiedName> |
fullyQualifiedViewDefinitionNodeNames()
Returns the fully qualified node names that this tree node originated from.
|
String |
iconName()
Returns the icon name for this node.
|
ViewResultTreeNodeID |
id()
The ID of this node.
|
boolean |
isOrpahnCI() |
String |
label()
Returns the label for this node.
|
String |
note()
For CI based nodes, returns the note, if any is attached to the CI.
|
ViewResultTreeNode |
parent()
The parent of this node.
|
Set<String> |
viewDefinitionNodeNames()
Return the view definition nodes names that this tree node originated from.
|
List<Property> |
viewProperties()
Returns the view properties collection.
|
clientProperties, clientProperty, usedNamespaces, withClientProperty
ViewResultTreeNodeID id()
ViewResultTreeNode parent()
List<? extends ViewResultTreeNode> children()
TopologyCI ci()
String label()
options
object.String iconName()
options
object.String note()
options
object.Set<String> viewDefinitionNodeNames()
fullyQualifiedViewDefinitionNodeNames()
instead.fullyQualifiedViewDefinitionNodeNames()
Set<FullyQualifiedName> fullyQualifiedViewDefinitionNodeNames()
viewDefinitionNodeNames()
boolean isOrpahnCI()
@NotFinalAPI List<Property> viewProperties()
options
object. Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.