Interface RestQueryExecutor
- All Known Implementing Classes:
AbstractFlexibleSearchRestQueryExecutor,AbstractRestQueryExecutor,CmsContainersFromVariationQueryExecutor,CmsPageVersionSwitchQueryExecutor,CxGetIndexTypesForSiteExecutor,CxPromotionsForCatalogQueryExecutor,CxReplaceComponentWithContainerExecutor,CxUpdateCustomizationRankExecutor,CxUpdateSearchProfileActionRankExecutor
public interface RestQueryExecutor
-
Method Summary
Modifier and TypeMethodDescriptionExecute querygetCatalogsForReadAccess(Map<String, String> params) getCatalogsForWriteAccess(Map<String, String> params)
-
Method Details
-
execute
Execute query- Parameters:
params- generic hashmap input for query- Returns:
- the query results
-
getCatalogsForWriteAccess
- Parameters:
params-- Returns:
- The catalogs the query needs to write on.
-
getCatalogsForReadAccess
- Parameters:
params-- Returns:
- The catalogs the query needs toread from.
-