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 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.