Uses of Class
org.apache.olingo.server.api.etag.PreconditionException
Packages that use PreconditionException
-
Uses of PreconditionException in org.apache.olingo.server.api.etag
Methods in org.apache.olingo.server.api.etag that throw PreconditionExceptionModifier and TypeMethodDescriptionvoid
ETagHelper.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.boolean
ETagHelper.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.