views.common-search-result.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!
ID
RDF types
Content size
MimeType
Created
Last Modified
#foreach( $result in $searchResults.getItems() )
#set( $id = $helpers.getString($result, "fedora_id"))
$id
$helpers.getString($result, "rdf_type")
$helpers.getString($result, "content_size")
$helpers.getString($result, "mime_type")
$helpers.getString($result, "created")
$helpers.getString($result, "modified")
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy