Package com.hp.ucmdb.api.topology
Interface OnPropertiesLink
- All Superinterfaces:
QueryLink<OnPropertiesLink>
,SupportsInvisibility<QueryLink<OnPropertiesLink>>
Represent a query about relations between properties on CIs returned by the
from node
to
properties present on the to node
.
If the the 'from' and 'to' CIs carry out the defined relation (equal or not equal),
a relation is created between the two
TopologyCIs
in the result graph.
As usual for links, if invisible this acts as a condition on the query nodes,
potentially reducing the number of CIs in the result to those matching
the condition, according to the cardinality definitions.- Since:
- UCMDB 9.0
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds another properties condition on the two connected nodes.List<? extends OnPropertiesLinkCondition>
Returns the existing properties conditions.Methods inherited from interface com.hp.ucmdb.api.topology.QueryLink
asDirectLink, asIndirectLink, asOnPropertiesLink, atLeast, atMost, elementNumber, exactly, getFromNode, getToNode, name, queryLinkType, restrictToSelfLinks, selfLinkFilter, setSelfLinkFilter, sourceMaxCardinality, sourceMinCardinality, sourceNode, targetMaxCardinality, targetMinCardinality, targetNode, withElementNumber, withName, withoutSelfLinks, withSourceCardinality, withTargetCardinality
Methods inherited from interface com.hp.ucmdb.api.topology.SupportsInvisibility
invisible, isInvisible
-
Method Details
-
addOnPropertiesCondition
IncompleteLinkOnPropertyP1 addOnPropertiesCondition()Adds another properties condition on the two connected nodes. -
propertiesConditions
List<? extends OnPropertiesLinkCondition> propertiesConditions()Returns the existing properties conditions.
-