@Component public class HttpTripleUtil extends Object implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
HttpTripleUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHttpComponentModelsForResource(com.hp.hpl.jena.query.Dataset dataset,
FedoraResource resource,
javax.ws.rs.core.UriInfo uriInfo,
GraphSubjects graphSubjects)
Add additional models to the RDF dataset for the given resource
|
void |
addHttpComponentModelsForResourceToStream(RdfStream rdfStream,
FedoraResource resource,
javax.ws.rs.core.UriInfo uriInfo,
GraphSubjects graphSubjects)
Add additional models to the RDF dataset for the given resource
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void addHttpComponentModelsForResource(com.hp.hpl.jena.query.Dataset dataset,
FedoraResource resource,
javax.ws.rs.core.UriInfo uriInfo,
GraphSubjects graphSubjects)
throws javax.jcr.RepositoryException
dataset - the source dataset we'll add named models toresource - the FedoraResource in questionuriInfo - a JAX-RS UriInfo object to build URIs to resourcesgraphSubjects - javax.jcr.RepositoryExceptionpublic void addHttpComponentModelsForResourceToStream(RdfStream rdfStream, FedoraResource resource, javax.ws.rs.core.UriInfo uriInfo, GraphSubjects graphSubjects) throws javax.jcr.RepositoryException
rdfStream - the source stream we'll add named models toresource - the FedoraResource in questionuriInfo - a JAX-RS UriInfo object to build URIs to resourcesgraphSubjects - javax.jcr.RepositoryExceptionCopyright © 2013 DuraSpace, Inc.. All Rights Reserved.