com.hp.ucmdb.api.topology
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

Field Summary
 
Fields inherited from interface com.hp.ucmdb.api.topology.QueryLink
UNBOUNDED
 
Method Summary
 IncompleteLinkOnPropertyP1 addOnPropertiesCondition()
          Adds another properties condition on the two connected nodes.
 java.util.List<? extends OnPropertiesLinkCondition> propertiesConditions()
          Returns the existing properties conditions.
 
Methods inherited from interface com.hp.ucmdb.api.topology.QueryLink
asDirectLink, asIndirectLink, asOnPropertiesLink, atLeast, atMost, exactly, getFromNode, getToNode, name, queryLinkType, restrictToSelfLinks, selfLinkFilter, setSelfLinkFilter, sourceMaxCardinality, sourceMinCardinality, sourceNode, targetMaxCardinality, targetMinCardinality, targetNode, withName, withoutSelfLinks, withSourceCardinality, withTargetCardinality
 
Methods inherited from interface com.hp.ucmdb.api.topology.SupportsInvisibility
invisible, isInvisible
 

Method Detail

addOnPropertiesCondition

IncompleteLinkOnPropertyP1 addOnPropertiesCondition()
Adds another properties condition on the two connected nodes.


propertiesConditions

java.util.List<? extends OnPropertiesLinkCondition> propertiesConditions()
Returns the existing properties conditions.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.