static ServiceDocumentResponse |
ServiceDocumentResponse.getInstace(ServiceRequest request,
org.apache.olingo.server.api.ODataResponse respose,
org.apache.olingo.commons.api.format.ContentType responseContentType) |
static EntitySetResponse |
EntitySetResponse.getInstance(ServiceRequest request,
org.apache.olingo.commons.api.data.ContextURL contextURL,
boolean referencesOnly,
org.apache.olingo.server.api.ODataResponse response) |
static EntityResponse |
EntityResponse.getInstance(ServiceRequest request,
org.apache.olingo.commons.api.data.ContextURL contextURL,
boolean references,
org.apache.olingo.server.api.ODataResponse response) |
static EntityResponse |
EntityResponse.getInstance(ServiceRequest request,
org.apache.olingo.commons.api.data.ContextURL contextURL,
boolean references,
org.apache.olingo.server.api.ODataResponse response,
ReturnRepresentation returnRepresentation) |
static MetadataResponse |
MetadataResponse.getInstance(ServiceRequest request,
org.apache.olingo.server.api.ODataResponse response) |
static CountResponse |
CountResponse.getInstance(ServiceRequest request,
org.apache.olingo.server.api.ODataResponse response) |
static PrimitiveValueResponse |
PrimitiveValueResponse.getInstance(ServiceRequest request,
org.apache.olingo.server.api.ODataResponse response,
boolean collection,
org.apache.olingo.commons.api.edm.EdmProperty type) |
static PrimitiveValueResponse |
PrimitiveValueResponse.getInstance(ServiceRequest request,
org.apache.olingo.server.api.ODataResponse response,
boolean collection,
org.apache.olingo.commons.api.edm.EdmReturnType type) |
static PropertyResponse |
PropertyResponse.getInstance(ServiceRequest request,
org.apache.olingo.server.api.ODataResponse response,
org.apache.olingo.commons.api.edm.EdmType edmType,
org.apache.olingo.commons.api.data.ContextURL contextURL,
boolean collection) |