Interface OnPropertiesLink

All Superinterfaces:
QueryLink<OnPropertiesLink>, SupportsInvisibility<QueryLink<OnPropertiesLink>>

public interface OnPropertiesLink extends 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
  • Method Details