Package | Description |
---|---|
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
com.hp.ucmdb.api.topology.indirectlink |
This package contains interfaces for defining a indirect link.
|
Modifier and Type | Method and Description |
---|---|
IndirectLink |
QueryLink.asIndirectLink()
Returns this object as an IndirectLink.
|
IndirectLink |
QueryNode.indirectlyLinkedFrom(QueryNode otherNode)
Creates a query link specifying that there is are one ore more paths of defined steps
(source CI, link, target CI) between results (CIs) of
otherNode> and the results of this node. |
IndirectLink |
QueryNode.indirectlyLinkedTo(QueryNode otherNode)
Creates a query link specifying that there are a one ore more paths of defined steps
(source CI, link, target CI) between results (CIs) of this node and results of the
otherNode . |
Modifier and Type | Method and Description |
---|---|
IndirectLink |
IndirectLinkStepLinkPart.andIndirectLink()
Returns the indirect link definition that holds this step.
|
IndirectLink |
IndirectLink.showEntirePath()
Calling this method will cause the nodes and links from the steps to appear in the resulting topology.
|
IndirectLink |
IndirectLink.stopAtFirstMatch()
If called, the indirect link will stop at the first time it reaches a CI matching its target.
|
IndirectLink |
IndirectLink.withLinksName(String name)
Defines the name for the links identified by the steps in this indirect link.
|
IndirectLink |
IndirectLink.withMaxNumberOfStepsMatched(int maxNumberOfStepsMatched)
Sets the maximum number of steps that should be searched for while creating links using this definition in
the topology.
|
IndirectLink |
IndirectLink.withMinNumberOfStepsMatched(int minNumberOfStepsMatched)
Sets the minimum number of steps that should co-exist before a link will be created in the result topology.
|
IndirectLink |
IndirectLink.withNodesName(String name)
Defines the name for the nodes identified by the steps in this indirect link.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.