Uses of Interface
org.apache.olingo.server.api.uri.UriResourcePartTyped
Packages that use UriResourcePartTyped
Package
Description
Olingo URI
-
Uses of UriResourcePartTyped in org.apache.olingo.server.api.uri
Subinterfaces of UriResourcePartTyped in org.apache.olingo.server.api.uriModifier and TypeInterfaceDescriptioninterfaceUsed to describe an action used within an resource path For example: http://.../serviceroot/action()interfaceUsed to describe an complex property used within an resource path E.g.interfaceUsed to describe an entity set used within an resource path For example: http://.../serviceroot/entityset(1)interfaceUsed to describe an function import or bound function used within an resource path For example: http://.../serviceroot/functionImport(P1=1,P2='A')interfaceClass indicating the $it reference.interfaceUsed to describe an all lambda expression used within an resource path For example: http://.../serviceroot/entityset/all(...)interfaceUsed to describe an any lambda expression used within an resource path For example: http://.../serviceroot/entityset/any(...)interfaceUsed to describe an lambda variable used within an resource path For example: http://.../serviceroot/entityset/listofstring/any(d: 'string' eq d)interfaceUsed to describe an navigation property used within an resource path For example: http://.../serviceroot/entityset(1)/navPropertyinterfaceUsed to describe an primitive property used within an resource path For example: http://.../serviceroot/entityset(1)/propertyinterfaceUsed to describe an resource part which is an property (super interface)interfaceUsed to describe an entity set used within an resource path For example: http://.../serviceroot/singleton -
Uses of UriResourcePartTyped in org.apache.olingo.server.core.uri
Classes in org.apache.olingo.server.core.uri that implement UriResourcePartTypedModifier and TypeClassDescriptionclassImplementation of theUriResourceActioninterface.classclassclassCovers Function imports and BoundFunction in URIclassCovers Functionimports and BoundFunction in URIclassclassclassclassclassclassclassclassclassclass -
Uses of UriResourcePartTyped in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser with parameters of type UriResourcePartTypedModifier and TypeMethodDescriptionprotected static EdmTypeParserHelper.getTypeInformation(UriResourcePartTyped resourcePart)