public class EntitySetResponse extends ServiceResponse
metadata, preferences, response| Modifier and Type | Method and Description |
|---|---|
void |
accepts(ServiceResponseVisior visitor) |
static EntitySetResponse |
getInstance(ServiceRequest request,
org.apache.olingo.commons.api.data.ContextURL contextURL,
boolean referencesOnly,
org.apache.olingo.server.api.ODataResponse response) |
void |
writeError(org.apache.olingo.server.api.ODataServerError error) |
void |
writeReadEntitySet(org.apache.olingo.commons.api.edm.EdmEntityType entityType,
org.apache.olingo.commons.api.data.EntityCollection entitySet) |
close, getODataResponse, isClosed, setStrictlyApplyPreferences, writeBadRequest, writeContent, writeHeader, writeNoContent, writeNotFound, writeOK, writeServerErrorpublic static EntitySetResponse getInstance(ServiceRequest request, org.apache.olingo.commons.api.data.ContextURL contextURL, boolean referencesOnly, org.apache.olingo.server.api.ODataResponse response) throws org.apache.olingo.server.core.ContentNegotiatorException, org.apache.olingo.server.api.serializer.SerializerException
org.apache.olingo.server.core.ContentNegotiatorExceptionorg.apache.olingo.server.api.serializer.SerializerExceptionpublic void writeReadEntitySet(org.apache.olingo.commons.api.edm.EdmEntityType entityType,
org.apache.olingo.commons.api.data.EntityCollection entitySet)
throws org.apache.olingo.server.api.serializer.SerializerException
org.apache.olingo.server.api.serializer.SerializerExceptionpublic void accepts(ServiceResponseVisior visitor) throws org.apache.olingo.server.api.ODataLibraryException, org.apache.olingo.server.api.ODataApplicationException
accepts in class ServiceResponseorg.apache.olingo.server.api.ODataLibraryExceptionorg.apache.olingo.server.api.ODataApplicationExceptionpublic void writeError(org.apache.olingo.server.api.ODataServerError error)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.