| Package | Description |
|---|---|
| org.fcrepo.kernel | |
| org.fcrepo.kernel.rdf | |
| org.fcrepo.kernel.rdf.impl | |
| org.fcrepo.kernel.services | |
| org.fcrepo.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(GraphSubjects subjects)
Serialize the JCR properties of this object as an RDF Dataset
|
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(GraphSubjects subjects,
long offset,
int limit)
Serialize the JCR properties as an RDF Dataset
|
com.hp.hpl.jena.query.Dataset |
FedoraResource.getVersionDataset(GraphSubjects subjects)
Serialize the JCR versions information as an RDF dataset
|
com.hp.hpl.jena.query.Dataset |
FedoraResource.replacePropertiesDataset(GraphSubjects subjects,
com.hp.hpl.jena.rdf.model.Model inputModel)
Replace the properties of this object with the properties from the given
model
|
com.hp.hpl.jena.query.Dataset |
FedoraResource.updatePropertiesDataset(GraphSubjects subjects,
String sparqlUpdateStatement)
Update the properties Dataset with a SPARQL Update query.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
GraphProperties.getProperties(javax.jcr.Node node,
GraphSubjects subjects)
Return a list of all properties generated by this factory
for the given object and subject factory.
|
com.hp.hpl.jena.query.Dataset |
GraphProperties.getProperties(javax.jcr.Node node,
GraphSubjects subjects,
long offset,
int limit)
Return an offset list of the properties generated by this factory
for the given object and subject factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphSubjects
Translates JCR names into "fedora" subjects (by replacing jcr-specific names
with fedora names)
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
JcrGraphProperties.getProperties(javax.jcr.Node node,
GraphSubjects subjects) |
com.hp.hpl.jena.query.Dataset |
JcrGraphProperties.getProperties(javax.jcr.Node node,
GraphSubjects subjects,
long offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
DatastreamService.getFixityResultsModel(GraphSubjects subjects,
Datastream datastream)
Get the fixity results for the datastream as a RDF Dataset
|
com.hp.hpl.jena.query.Dataset |
RepositoryService.searchRepository(GraphSubjects subjectFactory,
com.hp.hpl.jena.rdf.model.Resource searchSubject,
javax.jcr.Session session,
String terms,
int limit,
long offset)
Perform a full-text search on the whole repository and return the
information as an RDF Dataset
|
| Modifier and Type | Method and Description |
|---|---|
static JcrPropertyStatementListener |
JcrPropertyStatementListener.getListener(GraphSubjects subjects,
javax.jcr.Session session,
com.hp.hpl.jena.rdf.model.Model problemModel)
Return a Listener given the subject factory and JcrSession.
|
static JcrRdfTools |
JcrRdfTools.withContext(GraphSubjects graphSubjects)
Factory method to create a new JcrRdfTools instance
|
static JcrRdfTools |
JcrRdfTools.withContext(GraphSubjects graphSubjects,
javax.jcr.Session session)
Factory method to create a new JcrRdfTools instance
|
| Constructor and Description |
|---|
JcrRdfTools(GraphSubjects graphSubjects)
Factory method to create a new JcrRdfTools utility
with a graph subjects converter
|
JcrRdfTools(GraphSubjects graphSubjects,
javax.jcr.Session session)
Factory method to create a new JcrRdfTools utility
with a graph subjects converter
|
Copyright © 2013 DuraSpace, Inc.. All rights reserved.