Class CompoundQuery

java.lang.Object
com.atlan.model.search.CompoundQuery
Direct Known Subclasses:
AuditSearch, FluentSearch

public abstract class CompoundQuery extends Object
Class to compose compound queries combining various conditions. (Along with some static factory methods for some of the most common queries.)
  • Constructor Details

  • Method Details

    • toQuery

      public co.elastic.clients.elasticsearch._types.query_dsl.Query toQuery()
      Translate the Atlan compound query into an Elastic Query object.
      Returns:
      an Elastic Query object that represents the compound query
    • toUnfilteredQuery

      public co.elastic.clients.elasticsearch._types.query_dsl.Query toUnfilteredQuery()
      Translate the Atlan compound query into an Elastic Query object, with an outer bool query and inner filtered bool query (necessary for some UI elements).
      Returns:
      the Elastic Query object that represents the compound query