views.common-node-actions.vsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fcrepo-http-api Show documentation
Show all versions of fcrepo-http-api Show documentation
The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.
The newest version!
#set ($content = $helpers.getContentNode($topic))
#set ($writable = $helpers.isWritable($rdf, $topic))
#set ($isRoot = $helpers.isRootResource($rdf, $topic))
#if ($isVersion == true)
#set ($original = $helpers.getOriginalResource($topic))
This is a historic version and cannot be modified.
#if ($helpers.isRdfResource($rdf, $original, "http://fedora.info/definitions/v4/repository#", "Binary"))
Download Content
#end
#else
#if ($helpers.isRdfResource($rdf, $content, "http://fedora.info/definitions/v4/repository#", "Binary"))
Download Content
Fixity
#if ($writable == true)
Update Content
#end
#end
#if ($writable == true)
#if ( !$isRoot )
Versioning
#if ($autoVersioningEnabled == true)
Autoversioning is enabled. Versions are created with each update to a resource.
View Versions
#elseif ($isOriginalResource == true)
View Versions
#end
#end
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy