Uses of Class
org.fcrepo.kernel.api.exception.PathNotFoundException
-
Packages that use PathNotFoundException 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.api.models org.fcrepo.kernel.impl.models -
-
Uses of PathNotFoundException in org.fcrepo.http.api
Methods in org.fcrepo.http.api that throw PathNotFoundException Modifier and Type Method Description 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.protected FedoraResource
FedoraBaseResource. getFedoraResource(Transaction transaction, FedoraId fedoraId)
Gets a fedora resource by id. -
Uses of PathNotFoundException in org.fcrepo.http.commons.exceptionhandlers
Methods in org.fcrepo.http.commons.exceptionhandlers with parameters of type PathNotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
PathNotFoundExceptionMapper. toResponse(PathNotFoundException e)
-
Uses of PathNotFoundException in org.fcrepo.kernel.api.models
Methods in org.fcrepo.kernel.api.models that throw PathNotFoundException Modifier and Type Method Description FedoraResource
FedoraResource. getParent()
Get the resource which contains this resource.FedoraResource
ResourceFactory. getResource(Transaction transaction, FedoraId fedoraID)
Get a FedoraResource for existing resource<T extends FedoraResource>
TResourceFactory. getResource(Transaction transaction, FedoraId fedoraID, Class<T> clazz)
Get a resource as a particular type -
Uses of PathNotFoundException in org.fcrepo.kernel.impl.models
Methods in org.fcrepo.kernel.impl.models that throw PathNotFoundException Modifier and Type Method Description FedoraResource
FedoraResourceImpl. getParent()
FedoraResource
ResourceFactoryImpl. getResource(Transaction transaction, FedoraId fedoraID)
<T extends FedoraResource>
TResourceFactoryImpl. getResource(Transaction transaction, FedoraId identifier, Class<T> clazz)
-