Package org.apache.olingo.odata2.api.uri.info

URI Parser Result Views

See:
          Description

Interface Summary
DeleteUriInfo Access to the parts of the request URI that are relevant for DELETE requests.
GetComplexPropertyUriInfo Access to the parts of the request URI that are relevant for GET requests of complex properties.
GetEntityCountUriInfo Access to the parts of the request URI that are relevant for GET requests of the count of a single entity (also known as existence check).
GetEntityLinkCountUriInfo Access to the parts of the request URI that are relevant for GET requests of the number of links to a single entity (also known as existence check).
GetEntityLinkUriInfo Access to the parts of the request URI that are relevant for GET requests of the URI of a single entity.
GetEntitySetCountUriInfo Access to the parts of the request URI that are relevant for GET requests of the number of entities.
GetEntitySetLinksCountUriInfo Access to the parts of the request URI that are relevant for GET requests of the number of links to entities.
GetEntitySetLinksUriInfo Access to the parts of the request URI that are relevant for GET requests of the URIs of entities.
GetEntitySetUriInfo Access to the parts of the request URI that are relevant for GET requests of entities.
GetEntityUriInfo Access to the parts of the request URI that are relevant for GET requests of a single entity.
GetFunctionImportUriInfo Access to the parts of the request URI that are relevant for requests of function imports.
GetMediaResourceUriInfo Access to the parts of the request URI that are relevant for GET requests of the media resource of a single entity.
GetMetadataUriInfo Access to the parts of the request URI that are relevant for GET requests of the metadata document.
GetServiceDocumentUriInfo Access to the parts of the request URI that are relevant for GET requests of the service document.
GetSimplePropertyUriInfo Access to the parts of the request URI that are relevant for GET requests of simple properties.
PostUriInfo Access to the parts of the request URI that are relevant for POST requests.
PutMergePatchUriInfo Access to the parts of the request URI that are relevant for PUT, PATCH, or MERGE requests.
 

Package org.apache.olingo.odata2.api.uri.info Description

URI Parser Result Views

The interfaces of this package provide access to the relevant parts of the parsed request URI for the methods that process a request inside the dispatcher.



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.