Interface RestQueryService
- All Known Implementing Classes:
DefaultRestQueryService
public interface RestQueryService
Interface for executing generic rest query. Named queries improve extensibility of rest endpoints by adding
additional features not compilant with REST standard.
-
Method Summary
-
Method Details
-
executeQuery
Executes query with given name (if exists) and provided parameters.- Parameters:
name- query identifierparams- query parameters- Returns:
- result of query execution
- Throws:
NotFoundException- if query with given name does not exists.
-