public interface GraphSubjects
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Resource |
getContext()
Get a context resource
|
com.hp.hpl.jena.rdf.model.Resource |
getGraphSubject(javax.jcr.Node node)
Translate a JCR node into an RDF Resource
|
com.hp.hpl.jena.rdf.model.Resource |
getGraphSubject(String absPath)
Get the RDF resource for an absolute path
|
javax.jcr.Node |
getNodeFromGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Translate an RDF resource into a JCR node
|
String |
getPathFromGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Translate an RDF resource into a JCR path
|
boolean |
isFedoraGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Predicate for determining whether this
Resource is a Fedora object. |
com.hp.hpl.jena.rdf.model.Resource getGraphSubject(javax.jcr.Node node)
throws javax.jcr.RepositoryException
node - javax.jcr.RepositoryExceptionjavax.jcr.Node getNodeFromGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
throws javax.jcr.RepositoryException
subject - an RDF URI resourcejavax.jcr.RepositoryExceptionString getPathFromGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject) throws javax.jcr.RepositoryException
subject - javax.jcr.RepositoryExceptionboolean isFedoraGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Resource is a Fedora object.subject - com.hp.hpl.jena.rdf.model.Resource getGraphSubject(String absPath) throws javax.jcr.RepositoryException
absPath - the absolute path to the JCR nodejavax.jcr.RepositoryExceptioncom.hp.hpl.jena.rdf.model.Resource getContext()
Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.