public interface GraphSubjects
| Modifier and Type | Method and Description |
|---|---|
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(javax.jcr.Session session,
com.hp.hpl.jena.rdf.model.Resource subject)
Translate an RDF resource into a JCR node
|
boolean |
isFedoraGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Predicate for determining whether this
Node 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(javax.jcr.Session session,
com.hp.hpl.jena.rdf.model.Resource subject)
throws javax.jcr.RepositoryException
session - subject - an RDF URI resourcejavax.jcr.RepositoryExceptionboolean isFedoraGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Node is a Fedora object.com.hp.hpl.jena.rdf.model.Resource getGraphSubject(String absPath) throws javax.jcr.RepositoryException
absPath - the absolute path to the JCR nodejavax.jcr.RepositoryExceptionCopyright © 2013 DuraSpace, Inc.. All Rights Reserved.