A B C D E F G H I M N O P R S U V W 

A

accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.CountResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.EntitySetResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.MetadataResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.PrimitiveValueResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.PropertyResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.ServiceDocumentResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
accepts(ServiceResponseVisior) - Method in class org.apache.olingo.server.core.responses.StreamResponse
 
ActionRequest - Class in org.apache.olingo.server.core.requests
 
ActionRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.ActionRequest
 
addReference(DataRequest, String, URI, NoContentResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
addReference(DataRequest, String, URI, NoContentResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Add references (relationships) to Entity.
addSchema(CsdlSchema) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
addUriResourceNavigation(UriResourceNavigation) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
allowedMethod() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
allowedMethod() - Method in class org.apache.olingo.server.core.requests.BatchRequest
 
allowedMethod() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
allowedMethod() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
allowedMethod() - Method in class org.apache.olingo.server.core.requests.MediaRequest
 
allowedMethod() - Method in class org.apache.olingo.server.core.ServiceRequest
 
anyUnsupported(ODataRequest, ODataResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
anyUnsupported(ODataRequest, ODataResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Any Unsupported one will be directed here.

B

BatchRequest - Class in org.apache.olingo.server.core.requests
 
BatchRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.BatchRequest
 
buildEdmProvider(Reader) - Method in class org.apache.olingo.server.core.MetadataParser
 
buildLocation(String, Entity, String, EdmEntityType) - Static method in class org.apache.olingo.server.core.responses.EntityResponse
 

C

close() - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
commit(String) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
commit(String) - Method in interface org.apache.olingo.server.core.ServiceHandler
When a batch operation is complete and all the intermediate service requests are successful, then commit is called with transaction id returned in the startTransaction method.
CountResponse - Class in org.apache.olingo.server.core.responses
 
createComplex(String, String, Property...) - Static method in class org.apache.olingo.server.core.responses.ResponseUtil
 
createComplexCollection(String, String, List<Property>...) - Static method in class org.apache.olingo.server.core.responses.ResponseUtil
 
createEntity(DataRequest, Entity, EntityResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
createEntity(DataRequest, Entity, EntityResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Create new entity in the service based on the entity object provided
createHandler(ServiceMetadata) - Method in class org.apache.olingo.server.core.OData4Impl
 
createPrimitive(String, String, Object) - Static method in class org.apache.olingo.server.core.responses.ResponseUtil
 
createPrimitiveCollection(String, Object...) - Static method in class org.apache.olingo.server.core.responses.ResponseUtil
 
crossJoin(DataRequest, List<String>, ODataResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
crossJoin(DataRequest, List<String>, ODataResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
This is not complete, more URL parsing changes required.
customContentSupport - Variable in class org.apache.olingo.server.core.ServiceDispatcher
 
customContentType - Variable in class org.apache.olingo.server.core.ServiceRequest
 

D

DataRequest - Class in org.apache.olingo.server.core.requests
 
DataRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.DataRequest
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.olingo.server.core.requests.DataRequest
 
deleteEntity(DataRequest, String, EntityResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
deleteEntity(DataRequest, String, EntityResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Delete the Entity
deleteReference(DataRequest, URI, String, NoContentResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
deleteReference(DataRequest, URI, String, NoContentResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Delete references (relationships) in an Entity

E

EntityResponse - Class in org.apache.olingo.server.core.responses
 
EntitySetResponse - Class in org.apache.olingo.server.core.responses
 
ErrorHandler - Class in org.apache.olingo.server.core
 
ErrorHandler(OData, ServiceMetadata, CustomContentTypeSupport) - Constructor for class org.apache.olingo.server.core.ErrorHandler
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.requests.BatchRequest
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.requests.MediaRequest
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.requests.MetadataRequest
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.requests.ServiceDocumentRequest
 
execute(ODataRequest, ODataResponse) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
execute(ServiceHandler, ODataResponse) - Method in class org.apache.olingo.server.core.ServiceRequest
 

F

FunctionRequest - Class in org.apache.olingo.server.core.requests
 
FunctionRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.FunctionRequest
 

G

getAction() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
getActionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getActions(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getAliasInfos() - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getAnnotationsGroup(FullQualifiedName, String) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getComplexType(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getContextURL(OData) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getContextURL(OData) - Method in class org.apache.olingo.server.core.requests.OperationRequest
 
getCustomContentTypeSupport() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getEntityContainer() - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getEntitySet() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getEntitySet() - Method in class org.apache.olingo.server.core.requests.MediaRequest
 
getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getEntityType() - Method in class org.apache.olingo.server.core.requests.MediaRequest
 
getEntityType(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getEnumType(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getETag() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getFunction() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
getFunctionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getFunctions(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getHeader(String) - Method in class org.apache.olingo.server.core.ServiceRequest
 
getInstace(ServiceRequest, ODataResponse, ContentType) - Static method in class org.apache.olingo.server.core.responses.ServiceDocumentResponse
 
getInstance(ServiceRequest, ODataResponse) - Static method in class org.apache.olingo.server.core.responses.CountResponse
 
getInstance(ServiceRequest, ContextURL, boolean, ODataResponse, ReturnRepresentation) - Static method in class org.apache.olingo.server.core.responses.EntityResponse
 
getInstance(ServiceRequest, ContextURL, boolean, ODataResponse) - Static method in class org.apache.olingo.server.core.responses.EntityResponse
 
getInstance(ServiceRequest, ContextURL, boolean, ODataResponse) - Static method in class org.apache.olingo.server.core.responses.EntitySetResponse
 
getInstance(ServiceRequest, ODataResponse) - Static method in class org.apache.olingo.server.core.responses.MetadataResponse
 
getInstance(ServiceRequest, ODataResponse, boolean, EdmProperty) - Static method in class org.apache.olingo.server.core.responses.PrimitiveValueResponse
 
getInstance(ServiceRequest, ODataResponse, boolean, EdmReturnType) - Static method in class org.apache.olingo.server.core.responses.PrimitiveValueResponse
 
getInstance(ServiceRequest, ODataResponse, EdmType, ContextURL, boolean) - Static method in class org.apache.olingo.server.core.responses.PropertyResponse
 
getKeyPredicates() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getKeyPredicates() - Method in class org.apache.olingo.server.core.requests.MediaRequest
 
getNavigations() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getOdata() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getODataRequest() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getODataResponse() - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
getParameters() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
getParameters() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
getPayload() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
getPreference(String) - Method in class org.apache.olingo.server.core.ServiceRequest
 
getPreferences() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getQueryParameter(String) - Method in class org.apache.olingo.server.core.ServiceRequest
 
getRequestContentType() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getResponseContentType() - Method in class org.apache.olingo.server.core.requests.BatchRequest
 
getResponseContentType() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getResponseContentType() - Method in class org.apache.olingo.server.core.requests.MediaRequest
 
getResponseContentType() - Method in class org.apache.olingo.server.core.requests.MetadataRequest
 
getResponseContentType() - Method in class org.apache.olingo.server.core.requests.OperationRequest
 
getResponseContentType() - Method in class org.apache.olingo.server.core.requests.ServiceDocumentRequest
 
getResponseContentType() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getReturnRepresentation() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getReturnType() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
getReturnType() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
getReturnType() - Method in class org.apache.olingo.server.core.requests.OperationRequest
 
getSchemas() - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getSerializer() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getSerializerOptions(Class<T>, ContextURL, boolean) - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
getSerializerOptions(Class<T>, ContextURL, boolean) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getSerializerOptions(Class<T>, ContextURL, boolean) - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
getSerializerOptions(Class<T>, ContextURL, boolean) - Method in class org.apache.olingo.server.core.ServiceRequest
 
getServiceMetaData() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getSingleton(FullQualifiedName, String) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getTerm(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getTypeDefinition(FullQualifiedName) - Method in class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
getUriInfo() - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
getUriInfo() - Method in class org.apache.olingo.server.core.ServiceRequest
 
getUriInfoMetadata() - Method in class org.apache.olingo.server.core.requests.MetadataRequest
 
getUriResourceAction() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
getUriResourceEntitySet() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getUriResourceFunction() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
getUriResourceProperty() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
getUriResourceSingleton() - Method in class org.apache.olingo.server.core.requests.DataRequest
 

H

handleException(Exception, ODataRequest, ODataResponse) - Method in class org.apache.olingo.server.core.ErrorHandler
 
handler - Variable in class org.apache.olingo.server.core.ServiceDispatcher
 
hasReturnType() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
hasReturnType() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
hasReturnType() - Method in class org.apache.olingo.server.core.requests.OperationRequest
 

I

init(OData, ServiceMetadata) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
invoke(FunctionRequest, HttpMethod, T) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
invoke(ActionRequest, String, T) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
invoke(FunctionRequest, HttpMethod, T) - Method in interface org.apache.olingo.server.core.ServiceHandler
Invocation of a Function.
invoke(ActionRequest, String, T) - Method in interface org.apache.olingo.server.core.ServiceHandler
Invocation of a Function.
isBound() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
isBound() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
isBound() - Method in class org.apache.olingo.server.core.requests.OperationRequest
 
isClosed() - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
isCollection() - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
isCollection() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
isCollection() - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
isCollection() - Method in class org.apache.olingo.server.core.requests.OperationRequest
 
isCountRequest() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
isDELETE() - Method in class org.apache.olingo.server.core.ServiceRequest
 
isGET() - Method in class org.apache.olingo.server.core.ServiceRequest
 
isPATCH() - Method in class org.apache.olingo.server.core.ServiceRequest
 
isPOST() - Method in class org.apache.olingo.server.core.ServiceRequest
 
isPropertyComplex() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
isPropertyRequest() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
isPropertyStream() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
isPUT() - Method in class org.apache.olingo.server.core.ServiceRequest
 
isReferenceRequest() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
isReturnCollection() - Method in class org.apache.olingo.server.core.responses.PrimitiveValueResponse
 
isReturnTypeComplex() - Method in class org.apache.olingo.server.core.requests.OperationRequest
 
isReturnTypePrimitive() - Method in class org.apache.olingo.server.core.requests.OperationRequest
 
isSingleton() - Method in class org.apache.olingo.server.core.requests.DataRequest
 
isValueRequest() - Method in class org.apache.olingo.server.core.requests.DataRequest
 

M

MediaRequest - Class in org.apache.olingo.server.core.requests
 
MediaRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.MediaRequest
 
metadata - Variable in class org.apache.olingo.server.core.responses.ServiceResponse
 
metadata - Variable in class org.apache.olingo.server.core.ServiceDispatcher
 
MetadataParser - Class in org.apache.olingo.server.core
This class can convert a CSDL document into EDMProvider object
MetadataParser() - Constructor for class org.apache.olingo.server.core.MetadataParser
 
MetadataRequest - Class in org.apache.olingo.server.core.requests
 
MetadataRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.MetadataRequest
 
MetadataResponse - Class in org.apache.olingo.server.core.responses
 
methodNotAllowed() - Method in class org.apache.olingo.server.core.ServiceRequest
 

N

newInstance() - Static method in class org.apache.olingo.server.core.OData4Impl
 
NoContentResponse - Class in org.apache.olingo.server.core.responses
 
NoContentResponse(ServiceMetadata, ODataResponse) - Constructor for class org.apache.olingo.server.core.responses.NoContentResponse
 
notImplemented() - Method in class org.apache.olingo.server.core.ServiceRequest
 

O

odata - Variable in class org.apache.olingo.server.core.ServiceRequest
 
OData4HttpHandler - Class in org.apache.olingo.server.core
 
OData4HttpHandler(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.OData4HttpHandler
 
OData4Impl - Class in org.apache.olingo.server.core
 
OperationRequest - Class in org.apache.olingo.server.core.requests
 
OperationRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.OperationRequest
 
org.apache.olingo.server.core - package org.apache.olingo.server.core
 
org.apache.olingo.server.core.legacy - package org.apache.olingo.server.core.legacy
 
org.apache.olingo.server.core.requests - package org.apache.olingo.server.core.requests
 
org.apache.olingo.server.core.responses - package org.apache.olingo.server.core.responses
 

P

parseLink(URI) - Method in class org.apache.olingo.server.core.ServiceRequest
 
preferences - Variable in class org.apache.olingo.server.core.responses.ServiceResponse
 
PrimitiveValueResponse - Class in org.apache.olingo.server.core.responses
 
process(HttpServletRequest, HttpServletResponse) - Method in class org.apache.olingo.server.core.OData4HttpHandler
 
ProcessorServiceHandler - Class in org.apache.olingo.server.core.legacy
 
ProcessorServiceHandler() - Constructor for class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
PropertyResponse - Class in org.apache.olingo.server.core.responses
 

R

read(DataRequest, T) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
read(DataRequest, T) - Method in interface org.apache.olingo.server.core.ServiceHandler
Read operation for EntitySets, Entities, Properties, Media etc.
readMediaStream(MediaRequest, StreamResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
readMediaStream(MediaRequest, StreamResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Read media stream content of a Entity
readMetadata(MetadataRequest, MetadataResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
readMetadata(MetadataRequest, MetadataResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Read CSDL document of the Service
readServiceDocument(ServiceDocumentRequest, ServiceDocumentResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
readServiceDocument(ServiceDocumentRequest, ServiceDocumentResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Read ServiceDocument of the service
register(Processor) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
register(Processor) - Method in class org.apache.olingo.server.core.OData4HttpHandler
 
register(CustomContentTypeSupport) - Method in class org.apache.olingo.server.core.OData4HttpHandler
 
request - Variable in class org.apache.olingo.server.core.ServiceDispatcher
 
request - Variable in class org.apache.olingo.server.core.ServiceRequest
 
RequestURLHierarchyVisitor - Class in org.apache.olingo.server.core
 
RequestURLHierarchyVisitor() - Constructor for class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
RequestURLVisitor - Interface in org.apache.olingo.server.core
 
response - Variable in class org.apache.olingo.server.core.responses.ServiceResponse
 
ResponseUtil - Class in org.apache.olingo.server.core.responses
 
ResponseUtil() - Constructor for class org.apache.olingo.server.core.responses.ResponseUtil
 
ReturnRepresentation - Enum in org.apache.olingo.server.core
 
rollback(String) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
rollback(String) - Method in interface org.apache.olingo.server.core.ServiceHandler
When a batch operation is in-complete due to an error in the middle of changeset, then rollback is called with transaction id, that returned from startTransaction method.

S

SchemaBasedEdmProvider - Class in org.apache.olingo.server.core
 
SchemaBasedEdmProvider() - Constructor for class org.apache.olingo.server.core.SchemaBasedEdmProvider
 
ServiceDispatcher - Class in org.apache.olingo.server.core
 
ServiceDispatcher(OData, ServiceMetadata, ServiceHandler, CustomContentTypeSupport) - Constructor for class org.apache.olingo.server.core.ServiceDispatcher
 
ServiceDocumentRequest - Class in org.apache.olingo.server.core.requests
 
ServiceDocumentRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.requests.ServiceDocumentRequest
 
ServiceDocumentResponse - Class in org.apache.olingo.server.core.responses
 
ServiceHandler - Interface in org.apache.olingo.server.core
 
serviceMetadata - Variable in class org.apache.olingo.server.core.ServiceRequest
 
ServiceRequest - Class in org.apache.olingo.server.core
 
ServiceRequest(OData, ServiceMetadata) - Constructor for class org.apache.olingo.server.core.ServiceRequest
 
ServiceResponse - Class in org.apache.olingo.server.core.responses
 
ServiceResponse(ServiceMetadata, ODataResponse, Map<String, String>) - Constructor for class org.apache.olingo.server.core.responses.ServiceResponse
 
ServiceResponseVisior - Class in org.apache.olingo.server.core.responses
 
ServiceResponseVisior() - Constructor for class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
setCountRequest(boolean) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
setCrossJoin(UriInfoCrossjoin) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
setCustomContentTypeSupport(CustomContentTypeSupport) - Method in class org.apache.olingo.server.core.ServiceRequest
 
setLink(Entity, String, Entity) - Static method in class org.apache.olingo.server.core.responses.ResponseUtil
 
setLinks(Entity, String, Entity...) - Static method in class org.apache.olingo.server.core.responses.ResponseUtil
 
setODataRequest(ODataRequest) - Method in class org.apache.olingo.server.core.ServiceRequest
 
setReferenceRequest(boolean) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
setStrictlyApplyPreferences(boolean) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
When true; the "Preference-Applied" header is strictly checked.
setUriInfo(UriInfo) - Method in class org.apache.olingo.server.core.ServiceRequest
 
setUriResourceAction(UriResourceAction) - Method in class org.apache.olingo.server.core.requests.ActionRequest
 
setUriResourceEntitySet(UriResourceEntitySet) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
setUriResourceEntitySet(UriResourceEntitySet) - Method in class org.apache.olingo.server.core.requests.MediaRequest
 
setUriResourceFunction(UriResourceFunction) - Method in class org.apache.olingo.server.core.requests.FunctionRequest
 
setUriResourceProperty(UriResourceProperty) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
setUriResourceSingleton(UriResourceSingleton) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
setValueRequest(boolean) - Method in class org.apache.olingo.server.core.requests.DataRequest
 
startTransaction() - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
startTransaction() - Method in interface org.apache.olingo.server.core.ServiceHandler
During a batch operation, this method starts the transaction (if any) before any operation is handled by the service.
StreamResponse - Class in org.apache.olingo.server.core.responses
 
StreamResponse(ServiceMetadata, ODataResponse) - Constructor for class org.apache.olingo.server.core.responses.StreamResponse
 

U

updateEntity(DataRequest, Entity, boolean, String, EntityResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
updateEntity(DataRequest, Entity, boolean, String, EntityResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Update the entity object.
updateProperty(DataRequest, Property, boolean, String, PropertyResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
updateProperty(DataRequest, Property, boolean, String, PropertyResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Update a non-media/stream property.if the value of property NULL, it should be treated as DeleteProperty 11.4.9.2
updateReference(DataRequest, String, URI, NoContentResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
updateReference(DataRequest, String, URI, NoContentResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Update references (relationships) in an Entity; This is always against single valued navigation property
upsertEntity(DataRequest, Entity, boolean, String, EntityResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
upsertEntity(DataRequest, Entity, boolean, String, EntityResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Update or create the entity object.
upsertMediaStream(MediaRequest, String, InputStream, NoContentResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
upsertMediaStream(MediaRequest, String, InputStream, NoContentResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Update of Media Stream Content of a Entity.
upsertStreamProperty(DataRequest, String, InputStream, NoContentResponse) - Method in class org.apache.olingo.server.core.legacy.ProcessorServiceHandler
 
upsertStreamProperty(DataRequest, String, InputStream, NoContentResponse) - Method in interface org.apache.olingo.server.core.ServiceHandler
Update Stream property, if StreamContent is null, it should treated as delete request
uriInfo - Variable in class org.apache.olingo.server.core.ServiceRequest
 
uriResourceEntitySet - Variable in class org.apache.olingo.server.core.requests.DataRequest
 

V

valueOf(String) - Static method in enum org.apache.olingo.server.core.ReturnRepresentation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.olingo.server.core.ReturnRepresentation
Returns an array containing the constants of this enum type, in the order they are declared.
visit(UriInfo) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfoService) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfoAll) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfoBatch) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfoCrossjoin) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfoEntityId) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfoMetadata) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfoResource) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(ExpandOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(FilterOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(FormatOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(IdOption, EdmEntityType) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(CountOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(OrderByOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(SearchOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(SelectOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(SkipOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(SkipTokenOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(TopOption) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceCount) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceRef) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceRoot) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceValue) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceAction) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceEntitySet) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceFunction) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceIt) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceLambdaAll) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceLambdaAny) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceLambdaVariable) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceNavigation) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceSingleton) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourceComplexProperty) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriResourcePrimitiveProperty) - Method in class org.apache.olingo.server.core.RequestURLHierarchyVisitor
 
visit(UriInfo) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriInfoService) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriInfoAll) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriInfoBatch) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriInfoCrossjoin) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriInfoEntityId) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriInfoMetadata) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriInfoResource) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(ExpandOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(FilterOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(FormatOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(IdOption, EdmEntityType) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(CountOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(OrderByOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(SearchOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(SelectOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(SkipOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(SkipTokenOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(TopOption) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceCount) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceRef) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceRoot) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceValue) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceAction) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceEntitySet) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceFunction) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceIt) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceLambdaAll) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceLambdaAny) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceLambdaVariable) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceNavigation) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceSingleton) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourceComplexProperty) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(UriResourcePrimitiveProperty) - Method in interface org.apache.olingo.server.core.RequestURLVisitor
 
visit(CountResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(EntityResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(MetadataResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(NoContentResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(PrimitiveValueResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(PropertyResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(ServiceDocumentResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(StreamResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(EntitySetResponse) - Method in class org.apache.olingo.server.core.responses.ServiceResponseVisior
 
visit(UriInfoMetadata) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriInfoService) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceEntitySet) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceCount) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceComplexProperty) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourcePrimitiveProperty) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceValue) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceAction) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceFunction) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceNavigation) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceRef) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriInfoBatch) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriResourceSingleton) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriInfoEntityId) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 
visit(UriInfoCrossjoin) - Method in class org.apache.olingo.server.core.ServiceDispatcher
 

W

write(Object) - Method in class org.apache.olingo.server.core.responses.PrimitiveValueResponse
 
writeAccepted() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeBadRequest(boolean) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
writeBinaryResponse(byte[], ContentType) - Method in class org.apache.olingo.server.core.responses.StreamResponse
 
writeContent(InputStream, int, boolean) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
writeCount(int) - Method in class org.apache.olingo.server.core.responses.CountResponse
 
writeCreated(boolean) - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
writeCreated() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeCreatedEntity(EdmEntitySet, Entity) - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
writeDeletedEntityOrReference() - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
writeEdmBinary(byte[]) - Method in class org.apache.olingo.server.core.responses.PrimitiveValueResponse
 
writeError(ODataServerError) - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
writeError(ODataServerError) - Method in class org.apache.olingo.server.core.responses.EntitySetResponse
 
writeError(ODataServerError) - Method in class org.apache.olingo.server.core.responses.MetadataResponse
 
writeError(ODataServerError) - Method in class org.apache.olingo.server.core.responses.PropertyResponse
 
writeError(ODataServerError) - Method in class org.apache.olingo.server.core.responses.ServiceDocumentResponse
 
writeGone() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeHeader(String, String) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
writeMetadata() - Method in class org.apache.olingo.server.core.responses.MetadataResponse
 
writeMethodNotAllowed() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeNoContent() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeNoContent(boolean) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
writeNotFound() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeNotFound(boolean) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
writeNotImplemented() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeNotModified() - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
writeNotModified() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeNotModified() - Method in class org.apache.olingo.server.core.responses.PropertyResponse
 
writeOK() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeOK(ContentType) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
writePreConditionFailed() - Method in class org.apache.olingo.server.core.responses.NoContentResponse
 
writeProperty(EdmType, Property) - Method in class org.apache.olingo.server.core.responses.PropertyResponse
 
writePropertyDeleted() - Method in class org.apache.olingo.server.core.responses.PropertyResponse
 
writePropertyUpdated() - Method in class org.apache.olingo.server.core.responses.PropertyResponse
 
writeReadEntity(EdmEntityType, Entity) - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
writeReadEntitySet(EdmEntityType, EntityCollection) - Method in class org.apache.olingo.server.core.responses.EntitySetResponse
 
writeServerError(boolean) - Method in class org.apache.olingo.server.core.responses.ServiceResponse
 
writeServiceDocument(String) - Method in class org.apache.olingo.server.core.responses.ServiceDocumentResponse
 
writeStreamResponse(InputStream, ContentType) - Method in class org.apache.olingo.server.core.responses.StreamResponse
 
writeUpdatedEntity() - Method in class org.apache.olingo.server.core.responses.EntityResponse
 
A B C D E F G H I M N O P R S U V W 

Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.