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.reachableset |
This package contains interface for defining a reachable set.
|
Modifier and Type | Method and Description |
---|---|
ReachableSetDefinition |
QueryNode.reachableSetDefinition()
Returns the previously defined reachable set, or a new one if none exists.
If a reachable set has no steps, it has no effect on the result. |
Modifier and Type | Method and Description |
---|---|
ReachableSetDefinition |
ReachableSetStepLinkPart.andReachableSetDefinition()
Returns the reachable set definition that holds this step.
|
ReachableSetDefinition |
ReachableSetDefinition.withLinksName(String name)
Defines the name for the links identified by the steps in this reachable set.
|
ReachableSetDefinition |
ReachableSetDefinition.withMaxNumberOfStepsMatched(int maxNumberOfStepsMatched)
Sets the maximum number of steps that should be searched for when matching this reachable set.
|
ReachableSetDefinition |
ReachableSetDefinition.withNodesName(String name)
Defines the name for the nodes identified by the steps in this reachable set.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.