Package com.hp.ucmdb.api.topology
Interface PerspectiveContactable<E>
- Type Parameters:
E
- the extending element type, used for method chaining.
- All Known Subinterfaces:
QueryNode
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
Modifier and TypeMethodDescriptionboolean
Sets this element as a perspective contact element.
-
Method Details
-
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.
-