Interface QuickSearchQueryDelegate
- All Known Implementing Classes:
DefaultQuickSearchQueryDelegate
public interface QuickSearchQueryDelegate
Supported API: true
Extendable: false
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionexecuteBasicQuerySearch(com.ptc.cat.ops.client.internal.FindOperation.FindOperationParams fop, TypeIdentifier[] result_types) Deprecated.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: truegetTypeInstance(WTSet persistableObjects, String resultType) Supported API: truegetTypeInstance(WTSet persistableObjects, List<com.ptc.cat.entity.client.Entity> searchCriteriaList, String resultType) Deprecated.- As of 13.0.1.0, usegetTypeInstance(WTSet persistableObjects,String resultType)
-
Method Details
-
executeBasicQuerySearch
@Deprecated TypeInstance[] executeBasicQuerySearch(com.ptc.cat.ops.client.internal.FindOperation.FindOperationParams fop, TypeIdentifier[] result_types) Deprecated.As of 13.0.1.0, useexecuteBasicQuerySearch(String, boolean, List, TypeIdentifier[])
Supported API: true
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 queryfindOperationParams- 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) Deprecated.- As of 13.0.1.0, usegetTypeInstance(WTSet persistableObjects,String resultType)
Supported API: true
-
getTypeInstance
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:
-
executeBasicQuerySearch(String, boolean, List, TypeIdentifier[])Supported API: true