Interface QuickSearchQueryDelegate

All Known Implementing Classes:
DefaultQuickSearchQueryDelegate

public interface QuickSearchQueryDelegate
Supported API: true

Extendable: false
  • Method Details

    • executeBasicQuerySearch

      @Deprecated TypeInstance[] executeBasicQuerySearch(com.ptc.cat.ops.client.internal.FindOperation.FindOperationParams fop, TypeIdentifier[] result_types)
      Deprecated.
      This method is use to execute the search based on the params and the result type
      Parameters:
      result_types - The types expected as output from the query
      findOperationParams - The Find Operation Params that will be used to get the Search Criteria List from which the query criteria will be calculated
      Returns:
      A list of TypeInstances matching to the query up to the configured limit
    • getTypeInstance

      @Deprecated TypeInstance[] getTypeInstance(WTSet persistableObjects, List<com.ptc.cat.entity.client.Entity> searchCriteriaList, String resultType)


      Supported API: true

    • getTypeInstance

      TypeInstance[] getTypeInstance(WTSet persistableObjects, String resultType)
      Supported API: true
      Parameters:
      persistableObjects -
      resultType -
      Returns:
    • executeBasicQuerySearch

      TypeInstance[] executeBasicQuerySearch(String searchQuery, boolean isIgnoreFilters, List<com.ptc.cat.entity.client.attribute.Attribute> searchResultAttributes, TypeIdentifier[] result_types)
      This method is use to execute the search based on the params and the result type Supported API: true
      Parameters:
      searchQuery -
      isIgnoreFilters -
      searchResultAttributes -
      result_types -
      Returns: