Uses of Class
org.fcrepo.kernel.api.exception.InvalidChecksumException
-
Packages that use InvalidChecksumException Package Description org.fcrepo.http.api This package provides a RESTful API for several content management and core repository services.org.fcrepo.http.commons.exceptionhandlers A variety of JAX-RSExceptionMapper
s handlers.org.fcrepo.kernel.impl.services org.fcrepo.persistence.common -
-
Uses of InvalidChecksumException in org.fcrepo.http.api
Methods in org.fcrepo.http.api that throw InvalidChecksumException Modifier and Type Method Description protected void
ContentExposingResource. checkForInsufficientStorageException(Throwable rootThrowable, Throwable throwable)
javax.ws.rs.core.Response
FedoraLdp. createObject(String contentDispositionRaw, javax.ws.rs.core.MediaType requestContentType, String slug, InputStream requestBodyStream, List<String> rawLinks, String digest)
Creates a new object.javax.ws.rs.core.Response
FedoraLdp. createOrReplaceObjectRdf(javax.ws.rs.core.MediaType requestContentType, InputStream requestBodyStream, String contentDispositionRaw, String ifMatch, List<String> rawLinks, String digest)
Create a resource at a specified path, or replace triples with provided RDF. -
Uses of InvalidChecksumException in org.fcrepo.http.commons.exceptionhandlers
Methods in org.fcrepo.http.commons.exceptionhandlers with parameters of type InvalidChecksumException Modifier and Type Method Description javax.ws.rs.core.Response
InvalidChecksumExceptionMapper. toResponse(InvalidChecksumException e)
-
Uses of InvalidChecksumException in org.fcrepo.kernel.impl.services
Methods in org.fcrepo.kernel.impl.services that throw InvalidChecksumException Modifier and Type Method Description RdfStream
FixityServiceImpl. checkFixity(Binary binary)
-
Uses of InvalidChecksumException in org.fcrepo.persistence.common
Methods in org.fcrepo.persistence.common that throw InvalidChecksumException Modifier and Type Method Description void
MultiDigestInputStreamWrapper. checkFixity()
After consuming the inputstream, verify that all of the computed digests matched the provided digests.
-