Interface QueryRequest
- All Known Implementing Classes:
Query
public interface QueryRequest
Request methods a query should support.
-
Method Summary
-
Method Details
-
first
Get the first instance of an entity collection.- Returns:
- the first instance
- Throws:
ServiceFailureException- the request failed
-
list
Get an entity collection.- Returns:
- the entity collection
- Throws:
ServiceFailureException- the request failed
-