Uses of Interface
org.apache.olingo.server.api.uri.UriResource
Packages that use UriResource
Package
Description
Olingo URI
-
Uses of UriResource in org.apache.olingo.server.api.uri
Subinterfaces of UriResource 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 $count used within an resource path For example: http://.../serviceroot/entityset(1)/$countinterfaceUsed 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 typed resource part (super interface)interfaceUsed 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 $ref used within an resource path For example: http://.../serviceroot/entityset/$refinterfaceClass indicating the $root reference.interfaceUsed to describe an entity set used within an resource path For example: http://.../serviceroot/singletoninterfaceUsed to describe an $value used within an resource path For example: http://.../serviceroot/entityset(1)/property/$valueMethods in org.apache.olingo.server.api.uri that return types with arguments of type UriResourceModifier and TypeMethodDescriptionUriInfoResource.getUriResourceParts()The path segments behind the service root define which resources are requested by that URI. -
Uses of UriResource in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return types with arguments of type UriResourceModifier and TypeMethodDescriptionHierarchyTransformation.getHierarchyReference()HierarchyTransformation.getNodeProperty()AggregateExpression.getPath()Gets the path prefix and the path segment.GroupByItem.getPath()Gets the path. -
Uses of UriResource in org.apache.olingo.server.core.uri
Classes in org.apache.olingo.server.core.uri that implement UriResourceModifier and TypeClassDescriptionclassImplementation of theUriResourceActioninterface.classclassclassclassCovers Function imports and BoundFunction in URIclassAbstract class for resource-path elements in URI.classCovers Functionimports and BoundFunction in URIclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.apache.olingo.server.core.uri that return UriResourceMethods in org.apache.olingo.server.core.uri that return types with arguments of type UriResourceMethods in org.apache.olingo.server.core.uri with parameters of type UriResource -
Uses of UriResource in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return UriResourceModifier and TypeMethodDescriptionResourcePathParser.parsePathSegment(String pathSegment, UriResource previous) Methods in org.apache.olingo.server.core.uri.parser with parameters of type UriResourceModifier and TypeMethodDescriptionstatic booleanParserHelper.checkSameResource(UriResource prev, UriResource actual) ResourcePathParser.parsePathSegment(String pathSegment, UriResource previous) Method parameters in org.apache.olingo.server.core.uri.parser with type arguments of type UriResourceModifier and TypeMethodDescriptionstatic voidParserHelper.checkNavigationKeys(List<UriResource> l) -
Uses of UriResource in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply that return types with arguments of type UriResourceModifier and TypeMethodDescriptionAbstractHierarchicalSubsetTransformation.getHierarchyReference()AbstractHierarchicalSubsetTransformation.getNodeProperty()AggregateExpressionImpl.getPath()GroupByItemImpl.getPath()Constructor parameters in org.apache.olingo.server.core.uri.queryoption.apply with type arguments of type UriResourceModifierConstructorDescriptionAbstractHierarchicalSubsetTransformation(List<UriResource> hierarchyReference, String hierarchyQualifier, List<UriResource> hierarchyPropertyPath, List<ApplyItem> transformations, Integer distanceFromStart, Boolean keepStart) AncestorsImpl(List<UriResource> hierarchyReference, String hierarchyQualifier, List<UriResource> hierarchyPropertyPath, List<ApplyItem> transformations, Integer distanceFromStart, Boolean keepStart) DescendantsImpl(List<UriResource> hierarchyReference, String hierarchyQualifier, List<UriResource> hierarchyPropertyPath, List<ApplyItem> transformations, Integer distanceFromStart, Boolean keepStart)