| Package | Description |
|---|---|
| org.fcrepo.kernel | |
| org.fcrepo.kernel.rdf | |
| org.fcrepo.kernel.services | |
| org.fcrepo.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
FedoraResource.getHierarchyTriples(GraphSubjects graphSubjects)
Return the JCR properties of this object as an
RdfStream |
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(GraphSubjects subjects)
Return the JCR properties of this object as a Jena
Dataset |
com.hp.hpl.jena.query.Dataset |
FedoraResource.getPropertiesDataset(GraphSubjects graphSubjects,
int offset,
int limit)
Return the JCR properties of this object as a Jena
Dataset |
RdfStream |
FedoraResource.getTriples(GraphSubjects graphSubjects)
Return the JCR properties of this object as an
RdfStream |
RdfStream |
FedoraResource.getVersionTriples(GraphSubjects graphSubjects)
Serialize the JCR versions information as an RDF dataset
|
RdfStream |
FedoraResource.replaceProperties(GraphSubjects graphSubjects,
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,
int offset,
int limit)
Return an offset list of the properties generated by this factory
for the given object and subject factory.
|
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
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 |
|---|---|
void |
NodePropertiesTools.appendOrReplaceNodeProperty(GraphSubjects subjects,
javax.jcr.Node node,
String propertyName,
javax.jcr.Value newValue)
Given a JCR node, property and value, either:
- if the property is single-valued, replace the existing property with
the new value
- if the property is multivalued, append the new value to the property
|
void |
NodePropertiesTools.removeNodeProperty(GraphSubjects subjects,
javax.jcr.Node node,
String propertyName,
javax.jcr.Value valueToRemove)
Given a JCR node, property and value, remove the value (if it exists)
from the property, and remove the
property if no values remove
|
Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.