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.

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)

Create New Child Resource


Update Properties


#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

Delete Resource


#end #end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy