Interface IQueryGroupProvider

    • Method Detail

      • getQuerySpecificationFQNs

        java.util.Set<java.lang.String> getQuerySpecificationFQNs()
        Note that the provider should load the query group class only if the FQNs can not be computed in other ways.
        Returns:
        the set of query specification FQNs in the group
      • getQuerySpecificationProviders

        java.util.Set<IQuerySpecificationProvider> getQuerySpecificationProviders()
        Note that the provider should load the query group class only if the FQNs can not be computed in other ways.
        Returns:
        a set of providers for query specifications in the group