Uses of Class
org.apache.olingo.server.api.etag.PreconditionException
Packages that use PreconditionException
Package
Description
Olingo Server API - ETag
-
Uses of PreconditionException in org.apache.olingo.server.api.etag
Methods in org.apache.olingo.server.api.etag that throw PreconditionExceptionModifier and TypeMethodDescriptionvoidETagHelper.checkChangePreconditions(String eTag, Collection<String> ifMatchHeaders, Collection<String> ifNoneMatchHeaders) Checks the preconditions of a change request (with HTTP methods PUT, PATCH, or DELETE) with a given ETag value against the If-Match and If-None-Match HTTP headers.booleanETagHelper.checkReadPreconditions(String eTag, Collection<String> ifMatchHeaders, Collection<String> ifNoneMatchHeaders) Checks the preconditions of a read request with a given ETag value against the If-Match and If-None-Match HTTP headers. -
Uses of PreconditionException in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type PreconditionExceptionModifier and TypeMethodDescriptionstatic ODataServerErrorODataExceptionHelper.createServerErrorObject(PreconditionException e, Locale requestedLocale) -
Uses of PreconditionException in org.apache.olingo.server.core.etag
Methods in org.apache.olingo.server.core.etag that throw PreconditionExceptionModifier and TypeMethodDescriptionvoidETagHelperImpl.checkChangePreconditions(String eTag, Collection<String> ifMatchHeaders, Collection<String> ifNoneMatchHeaders) booleanETagHelperImpl.checkReadPreconditions(String eTag, Collection<String> ifMatchHeaders, Collection<String> ifNoneMatchHeaders) Constructors in org.apache.olingo.server.core.etag that throw PreconditionException