| Package | Description |
|---|---|
| com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
| Modifier and Type | Method and Description |
|---|---|
DirectLink |
QueryLink.asDirectLink()
Returns this object as a DirectLink.
|
DirectLink |
QueryNode.linkedFrom(QueryNode otherNode)
Creates a query link specifying that results (CIs) from this node are the end2 of some real-world relationship
to results from node
otherNode. |
DirectLink |
QueryNode.linkedTo(QueryNode otherNode)
Creates a query link that specifies that the results (CIs) from this QueryNode have some real-world
relationship (existance or absence of Relations) to the results from another QueryNode.
|
DirectLink |
QueryNode.notLinkedFrom(QueryNode otherNode)
Creates a condition specifying that CIs matching this node are not linked from any CIs matching
otherNode. |
DirectLink |
QueryNode.notLinkedTo(QueryNode otherNode)
Creates a condition specifying that CIs matching this node are not linked to any CIs matching
otherNode. |
DirectLink |
QueryNode.optionallyLinkedFrom(QueryNode otherNode)
Similar to
linkedFrom, except this method adds the link with an "and at least zero
links" ("and" with cardinality 0..UNBOUNDED) condition to the target of the link (this node). |
DirectLink |
QueryNode.optionallyLinkedTo(QueryNode otherNode)
Similar to
linkedTo, except this method adds the link with an "and at least zero links"
("and" with cardinality 0..UNBOUNDED) condition to the source of the link (this node). |
DirectLink |
QueryNode.orLinkedFrom(QueryNode otherNode)
Similar to
linkedFrom, except this method adds the link with an "or at least one
link" ("or" with cardinality 1..UNBOUNDED) condition to the target of the link (this node). |
DirectLink |
QueryNode.orLinkedTo(QueryNode otherNode)
Similar to
linkedTo, except this method adds the link with an "or at least one link"
("or" with cardinality 1..UNBOUNDED) condition to the source of the link (this node). |
DirectLink |
DirectLink.strictlyWithLinkOfType(String type)
Convenience method, equivalent to calling
strictlyOfType(type) |
DirectLink |
DirectLink.withLinkOfType(String type)
Convenience method, equivalent to calling
ofType(type) |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.