public interface UriAwareResourceModelFactory
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.rdf.model.Model |
createModelForResource(FedoraResource resource,
javax.ws.rs.core.UriInfo uriInfo,
IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator)
Given a resource, the UriInfo and a way to generate graph subjects,
create a model with triples to inject into an RDF response for the
resource (e.g.
|
com.hp.hpl.jena.rdf.model.Model createModelForResource(FedoraResource resource, javax.ws.rs.core.UriInfo uriInfo, IdentifierConverter<com.hp.hpl.jena.rdf.model.Resource,FedoraResource> idTranslator)
resource
- the resourceuriInfo
- the uri infoidTranslator
- the id translatorCopyright © 2013–2015 DuraSpace, Inc.. All rights reserved.