public interface FeatureResponseBuilder
Modifier and Type | Method and Description |
---|---|
Object |
buildAttributeResponse(PersistenceContext context,
Map<String,Object> queryParams,
String attribute,
Object results,
jakarta.ws.rs.core.UriInfo uriInfo)
Builds the attribute response.
|
Object |
buildReadAllQueryResponse(PersistenceContext context,
Map<String,Object> queryParams,
List<Object> items,
jakarta.ws.rs.core.UriInfo uriInfo)
Builds the read all query response.
|
Object |
buildReportQueryResponse(PersistenceContext context,
Map<String,Object> queryParams,
List<Object[]> results,
List<org.eclipse.persistence.internal.queries.ReportItem> items,
jakarta.ws.rs.core.UriInfo uriInfo)
Builds the report query response.
|
Object |
buildSingleEntityResponse(PersistenceContext context,
Map<String,Object> queryParams,
Object result,
jakarta.ws.rs.core.UriInfo uriInfo)
Builds the single entity response.
|
Object |
buildSingleResultQueryResponse(PersistenceContext context,
Map<String,Object> queryParams,
Object result,
List<org.eclipse.persistence.internal.queries.ReportItem> items,
jakarta.ws.rs.core.UriInfo uriInfo)
Builds the single result query response.
|
Object buildReadAllQueryResponse(PersistenceContext context, Map<String,Object> queryParams, List<Object> items, jakarta.ws.rs.core.UriInfo uriInfo)
context
- the contextqueryParams
- the query paramsitems
- the itemsuriInfo
- the uri infoObject buildReportQueryResponse(PersistenceContext context, Map<String,Object> queryParams, List<Object[]> results, List<org.eclipse.persistence.internal.queries.ReportItem> items, jakarta.ws.rs.core.UriInfo uriInfo)
context
- the contextqueryParams
- the query paramsresults
- the resultsitems
- the itemsuriInfo
- the uri infoObject buildSingleEntityResponse(PersistenceContext context, Map<String,Object> queryParams, Object result, jakarta.ws.rs.core.UriInfo uriInfo)
context
- the contextqueryParams
- the query paramsresult
- the resulturiInfo
- the uri infoObject buildAttributeResponse(PersistenceContext context, Map<String,Object> queryParams, String attribute, Object results, jakarta.ws.rs.core.UriInfo uriInfo)
context
- the contextqueryParams
- the query paramsattribute
- the attributeresults
- the resultsuriInfo
- the uri infoObject buildSingleResultQueryResponse(PersistenceContext context, Map<String,Object> queryParams, Object result, List<org.eclipse.persistence.internal.queries.ReportItem> items, jakarta.ws.rs.core.UriInfo uriInfo)
context
- the contextqueryParams
- the query paramsresult
- the resultitems
- the report items (result of ReportQuery)uriInfo
- the uri infoCopyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.