All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.common-node-actions.vsl Maven / Gradle / Ivy

Go to download

The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.

There is a newer version: 6.5.1
Show newest version
#set ($content = $helpers.getContentNode($topic))
#set ($writable = $helpers.isWritable($rdf, $topic))
#set ($frozen = $helpers.isVersionedNode($rdf, $topic))

#if ($frozen == true)
This is a historic version and cannot be modified.
#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)

Create New Child Resource


Update Properties


Create Version Snapshot


Delete Resource


#end #set ($serializations = $rdf.find($topic, $rdfLexicon.HAS_SERIALIZATION.asNode(), $nodeany)) #if($serializations.hasNext())

#end #if ($writable == true) #set ($serializations = $rdf.find($topic, $rdfLexicon.HAS_SERIALIZATION.asNode(), $nodeany)) #if($serializations.hasNext())

Import


#end #set ($fedoraresc = $rdf.find($topic, $rdfLexicon.HAS_MIXIN_TYPE.asNode(), $helpers.asLiteralStringNode("fedora:resource"))) #if($fedoraresc.hasNext())

Access Roles


#end #end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy