Uses of Interface
org.apache.olingo.odata2.api.uri.PathInfo
Packages that use PathInfo
Package
Description
Entity Provider
Data Processor
-
Uses of PathInfo in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that return PathInfoMethods in org.apache.olingo.odata2.api.ep with parameters of type PathInfoModifier and TypeMethodDescription -
Uses of PathInfo in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return PathInfoModifier and TypeMethodDescriptionODataContext.getPathInfo()Gets information about the request path.ODataErrorContext.getPathInfo()GetPathInfoobject.abstract PathInfoODataRequest.getPathInfo()Methods in org.apache.olingo.odata2.api.processor with parameters of type PathInfoModifier and TypeMethodDescriptionabstract ODataRequest.ODataRequestBuildervoidODataErrorContext.setPathInfo(PathInfo pathInfo) SetPathInfoobject. -
Uses of PathInfo in org.apache.olingo.odata2.core
Classes in org.apache.olingo.odata2.core that implement PathInfoMethods in org.apache.olingo.odata2.core that return PathInfoMethods in org.apache.olingo.odata2.core with parameters of type PathInfo -
Uses of PathInfo in org.apache.olingo.odata2.core.batch.v2
Methods in org.apache.olingo.odata2.core.batch.v2 that return PathInfoMethods in org.apache.olingo.odata2.core.batch.v2 with parameters of type PathInfoModifier and TypeMethodDescriptionBatchRequestTransformator.transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) BatchResponseTransformator.transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) BatchTransformator.transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) Constructors in org.apache.olingo.odata2.core.batch.v2 with parameters of type PathInfoModifierConstructorDescriptionHttpRequestStatusLine(Line httpStatusLine, String baseUri, PathInfo pathInfo) -
Uses of PathInfo in org.apache.olingo.odata2.core.servlet
Methods in org.apache.olingo.odata2.core.servlet that return PathInfoModifier and TypeMethodDescriptionstatic PathInfoRestUtil.buildODataPathInfo(jakarta.servlet.http.HttpServletRequest req, int pathSplit)