@Scope(value="request")
@Path(value="/{path: .*}/fcr:versions/{labelAndOptionalPathIntoVersion: .*(?<!/fcr:fixity)$}")
public class FedoraVersions
extends ContentExposingResource
| Modifier and Type | Field and Description |
|---|---|
protected FedoraResource |
baseResource |
protected String |
externalPath |
protected String |
label |
protected String |
path |
protected String |
pathIntoVersion |
protected String |
pathListIntoVersion |
lockManager, MESSAGE_EXTERNAL_BODY, prefer, request, resource, servletResponseidTranslator, securityContext, sessionbinaryService, containerService, defaultPidMinter, eventBus, headers, nodeService, pidMinter, sessions, uriInfo, versionService| Constructor and Description |
|---|
FedoraVersions()
Default JAX-RS entry point
|
FedoraVersions(String path,
String label,
String pathIntoVersion)
Create a new FedoraNodes instance for a given path
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResourceHttpHeaders(FedoraResource resource)
Add any resource-specific headers to the response
|
protected String |
externalPath() |
javax.ws.rs.core.Response |
getVersion(String rangeValue)
Retrieve a version of an object.
|
javax.ws.rs.core.Response |
removeVersion()
Removes the version specified by the label.
|
protected FedoraResource |
resource() |
javax.ws.rs.core.Response |
revertToVersion()
Reverts the resource at the given path to the version specified by
the label.
|
protected String |
unversionedResourcePath() |
addCacheControlHeaders, addResourceLinkHeaders, addResourceLinkHeaders, checkCacheControlHeaders, evaluateRequestPreconditions, getBinaryContent, getContent, getContent, getResourceTriples, getResourceTriples, getSimpleContentType, getTriples, getTriples, getTriples, getTriples, getUri, isExternalBody, isRdfContentType, patchResourcewithSparql, replaceResourceBinaryWithStream, replaceResourceWithStreamasNode, getResourceFromPath, getUserPrincipal, session, setUpJMSInfo, translatortoPath@PathParam(value="path") protected String externalPath
@PathParam(value="labelAndOptionalPathIntoVersion") protected String pathListIntoVersion
protected String pathIntoVersion
protected FedoraResource baseResource
public FedoraVersions()
public FedoraVersions(String path, String label, String pathIntoVersion)
path - the pathlabel - the labelpathIntoVersion - the string value of pathIntoVersionpublic javax.ws.rs.core.Response revertToVersion()
@DELETE public javax.ws.rs.core.Response removeVersion()
@GET
@Produces(value={"text/turtle;charset=utf-8;qs=1.0","application/ld+json;qs=0.8","text/rdf+n3;charset=utf-8","text/n3;charset=utf-8","application/rdf+xml","application/n-triples","text/plain;charset=utf-8","application/x-turtle","text/html;charset=utf-8","*/*"})
public javax.ws.rs.core.Response getVersion(@HeaderParam(value="Range")
String rangeValue)
throws IOException
rangeValue - the range valueIOException - if IO exception occurredprotected String unversionedResourcePath()
protected FedoraResource resource()
resource in class ContentExposingResourceprotected void addResourceHttpHeaders(FedoraResource resource)
ContentExposingResourceaddResourceHttpHeaders in class ContentExposingResourceresource - the resourceprotected String externalPath()
externalPath in class ContentExposingResourceCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.