com.hp.ucmdb.api.topology
Interface DirectLink

All Superinterfaces:
IdConditionable<DirectLink,Relation>, InterQueryRestrictableElement<DirectLink>, PropertiesCarrier<DirectLink>, PropertiesConditionable<DirectLink>, QualifierConditionable<DirectLink>, QueryLink<DirectLink>, SupportsInvisibility<QueryLink<DirectLink>>, TypeConditionable<DirectLink>

public interface DirectLink
extends QueryLink<DirectLink>, TypeConditionable<DirectLink>, IdConditionable<DirectLink,Relation>, PropertiesConditionable<DirectLink>, PropertiesCarrier<DirectLink>, InterQueryRestrictableElement<DirectLink>, QualifierConditionable<DirectLink>

Represent a query about a relation directly connecting two CIs, or a CI to itself. This query link has:

Since:
UCMDB 9.0

Field Summary
 
Fields inherited from interface com.hp.ucmdb.api.topology.QueryLink
UNBOUNDED
 
Method Summary
 DirectLink strictlyWithLinkOfType(java.lang.String type)
          Convenience method, equivalent to calling strictlyOfType(type)
 DirectLink withLinkOfType(java.lang.String type)
          Convenience method, equivalent to calling ofType(type)
 
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
 
Methods inherited from interface com.hp.ucmdb.api.topology.TypeConditionable
isTypeStrict, noDerivedTypes, ofConfigurationItemType, ofITWorldType, ofType, strictlyOfType, type
 
Methods inherited from interface com.hp.ucmdb.api.topology.IdConditionable
ids, withIds, withIds, withIdsFromStrings, withIdsFromStrings, withIdsOf, withIdsOf
 
Methods inherited from interface com.hp.ucmdb.api.topology.PropertiesConditionable
propertiesCondition, propertiesConditionBuilder, property, property, property, withPropertiesConditions
 
Methods inherited from interface com.hp.ucmdb.api.topology.PropertiesCarrier
getDefaultPropertiesToQuery, getPropertiesToQueryPerType, propertiesToQuery, queryKeyProperties, queryProperties, queryPropertiesWithQualifier, queryProperty
 
Methods inherited from interface com.hp.ucmdb.api.topology.InterQueryRestrictableElement
addInterQueryElementRestrictions, addInterQueryElementRestrictions, interQueryElementRestrictions
 
Methods inherited from interface com.hp.ucmdb.api.topology.QualifierConditionable
qualifierMatchingStrategy, qualifiersRestrictiedTo, restrictToQualifiers, restrictToQualifiers, withQualifierMatchingStrategy
 

Method Detail

withLinkOfType

DirectLink withLinkOfType(java.lang.String type)
Convenience method, equivalent to calling ofType(type)


strictlyWithLinkOfType

DirectLink strictlyWithLinkOfType(java.lang.String type)
Convenience method, equivalent to calling strictlyOfType(type)



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