public interface IdentifierTranslator
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUri()
Get baseUri that help for testing the constant subject SPARQLto jcr/sql2 conversion
with the DefaultIdentifierTranslator and the HttpIdentifierTranslator
|
com.hp.hpl.jena.rdf.model.Resource |
getContext()
Get a context resource
|
String |
getPathFromSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Translate an RDF resource into a JCR path
|
com.hp.hpl.jena.rdf.model.Resource |
getSubject(String absPath)
Get the RDF resource for an absolute path
|
boolean |
isFedoraGraphSubject(com.hp.hpl.jena.rdf.model.Resource subject)
Predicate for determining whether this
Resource is a Fedora object. |
String getPathFromSubject(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 getSubject(String absPath) throws javax.jcr.RepositoryException
absPath - the absolute path to the JCR nodejavax.jcr.RepositoryExceptioncom.hp.hpl.jena.rdf.model.Resource getContext()
String getBaseUri()
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.