com.hp.ucmdb.api.topology
Interface IncompleteLinkOnPropertyP2


public interface IncompleteLinkOnPropertyP2

Since:
UCMDB 9.0

Method Summary
 OnPropertiesLink continueWithOperatorAndName(OnPropertiesLinkOp op, java.lang.String targetProperty)
          A convenience method for automatic builders access.
 OnPropertiesLink isEqualToTargetProperty(java.lang.String targetProperty)
          Completes the 'link on property' statement with an "equals" condition.
 OnPropertiesLink isNotEqualToTargetProperty(java.lang.String targetProperty)
          Completes the 'link on property' statement with an "not equals" condition.
 OnPropertiesLink isSubstringIgnoreCaseOfTargetProperty(java.lang.String targetProperty)
          Completes the 'link on property' statement with an "is substring (ignore case)" condition.
 OnPropertiesLink isSubstringOfTargetProperty(java.lang.String targetProperty)
          Completes the 'link on property' statement with an "is substring" condition.
 

Method Detail

isEqualToTargetProperty

OnPropertiesLink isEqualToTargetProperty(java.lang.String targetProperty)
Completes the 'link on property' statement with an "equals" condition. Creates a virtual 'join' link if the property in the previously defined source object is equal to the property now being defined in the target object.

Parameters:
targetProperty - a valid property in the target object.
Returns:
the link for method chaining.

isNotEqualToTargetProperty

OnPropertiesLink isNotEqualToTargetProperty(java.lang.String targetProperty)
Completes the 'link on property' statement with an "not equals" condition. Creates a virtual 'join' link if the property in the previously defined source object is not equal to the property now being defined in the target object.

Parameters:
targetProperty - a valid property in the target object.
Returns:
the link for method chaining.

isSubstringOfTargetProperty

OnPropertiesLink isSubstringOfTargetProperty(java.lang.String targetProperty)
Completes the 'link on property' statement with an "is substring" condition. Creates a virtual 'join' if the property in the previously defined source object is a substring of to the property now being defined in the target object.

The comparison is case-sensitive For a comparison that is not case sensitive, see isSubstringIgnoreCaseOfTargetProperty.

Parameters:
targetProperty - a valid property in the target object.
Returns:
the link for method chaining.

isSubstringIgnoreCaseOfTargetProperty

OnPropertiesLink isSubstringIgnoreCaseOfTargetProperty(java.lang.String targetProperty)
Completes the 'link on property' statement with an "is substring (ignore case)" condition. Creates a virtual 'join' link if the property in the previously defined source object is a substring of to the property now being defined in the target object.

The case of the strings is ignored in the comparison. For a case-sensitive comparison, see isSubstringOfTargetProperty.

Parameters:
targetProperty - a valid property in the target object.
Returns:
the link for method chaining.

continueWithOperatorAndName

OnPropertiesLink continueWithOperatorAndName(OnPropertiesLinkOp op,
                                             java.lang.String targetProperty)
A convenience method for automatic builders access.



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