com.hp.ucmdb.api.topology
Interface PerspectiveContactable<E>

Type Parameters:
E - the extending element type, used for method chaining.
All Known Subinterfaces:
QueryNode

@NotFinalAPI
public interface PerspectiveContactable<E>

Query elements with this interface may be set as perspectives "contact" elements using the setAsPerspectiveContact() method.

When perspective queries are applied either as part of a view or separately, the "contact" query elements are restricted to the base elements the perspective is applied on.

Since:
UCMDB 9.0

Method Summary
 boolean isPerspectiveContact()
           
 E setAsPerspectiveContact()
          Sets this element as a perspective contact element.
 

Method Detail

isPerspectiveContact

boolean isPerspectiveContact()
Returns:
true if this element is a perspective contact element.

setAsPerspectiveContact

E setAsPerspectiveContact()
Sets this element as a perspective contact element.

Returns:
this object for method chaining.


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