@Scope(value="prototype")
@Path(value="/{path: .*}")
public class RootTestResource
extends AbstractResource
| Modifier and Type | Field and Description |
|---|---|
protected javax.jcr.Session |
session |
binaryService, containerService, defaultPidMinter, eventBus, headers, namespaceService, nodeService, pidMinter, sessions, uriInfo, versionService| Constructor and Description |
|---|
RootTestResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
post(String externalPath) |
javax.ws.rs.core.Response |
put(String externalPath) |
protected org.fcrepo.kernel.api.identifiers.IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,org.fcrepo.kernel.api.models.FedoraResource> |
translator() |
toPath@Inject protected javax.jcr.Session session
public RootTestResource()
@PUT public javax.ws.rs.core.Response put(@PathParam(value="path") String externalPath) throws Exception
Exception@POST public javax.ws.rs.core.Response post(@PathParam(value="path") String externalPath) throws Exception
Exceptionprotected org.fcrepo.kernel.api.identifiers.IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,org.fcrepo.kernel.api.models.FedoraResource> translator()
Copyright © 2013-2017 DuraSpace, Inc.. All Rights Reserved.