| Package | Description |
|---|---|
| org.fcrepo.server.journal | |
| org.fcrepo.server.management | |
| org.fcrepo.server.storage | |
| org.fcrepo.server.storage.types | |
| org.fcrepo.server.utilities |
| Modifier and Type | Method and Description |
|---|---|
RelationshipTuple[] |
Journaler.getRelationships(Context context,
String pid,
String relationship)
Delegate to the JournalWorker.
|
RelationshipTuple[] |
JournalCreator.getRelationships(Context context,
String pid,
String relationship)
Let the delegate do it.
|
RelationshipTuple[] |
JournalConsumer.getRelationships(Context context,
String pid,
String relationship)
Read-only method: pass the call to the
ManagementDelegate. |
| Modifier and Type | Method and Description |
|---|---|
RelationshipTuple[] |
ManagementModule.getRelationships(Context context,
String pid,
String relationship) |
RelationshipTuple[] |
Management.getRelationships(Context context,
String subject,
String relationship) |
RelationshipTuple[] |
DefaultManagement.getRelationships(Context context,
String subject,
String relationship) |
| Modifier and Type | Method and Description |
|---|---|
Set<RelationshipTuple> |
SimpleDOReader.getRelationships()
Get all RELS-EXT and RELS-INT relationships in the object.
|
Set<RelationshipTuple> |
DOReader.getRelationships()
Get all RELS-EXT and RELS-INT relationships in the object.
|
Set<RelationshipTuple> |
SimpleDOReader.getRelationships(org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object)
Get all matching RELS-EXT relationships in the object, assumes pid is the subject
|
Set<RelationshipTuple> |
DOReader.getRelationships(org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object)
Get all matching RELS-EXT relationships in the object, assumes pid is the subject
|
Set<RelationshipTuple> |
SimpleDOReader.getRelationships(org.jrdf.graph.SubjectNode subject,
org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object)
Get all matching RELS-EXT and RELS-INT relationships in the object.
|
Set<RelationshipTuple> |
DOReader.getRelationships(org.jrdf.graph.SubjectNode subject,
org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object)
Get all matching RELS-EXT and RELS-INT relationships in the object.
|
static Set<RelationshipTuple> |
RDFRelationshipReader.readRelationships(Datastream ds) |
static Set<RelationshipTuple> |
RDFRelationshipReader.readRelationships(InputStream dsContent) |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipTuple |
RelationshipTuple.fromTriple(org.jrdf.graph.Triple triple) |
| Modifier and Type | Method and Description |
|---|---|
Set<RelationshipTuple> |
DigitalObject.getRelationships()
Get all RELS-EXT and RELS-INT relationships in the object.
|
Set<RelationshipTuple> |
BasicDigitalObject.getRelationships() |
Set<RelationshipTuple> |
DigitalObject.getRelationships(org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object)
Get all matching RELS-EXT relationships in the object, assumes pid is the subject
|
Set<RelationshipTuple> |
BasicDigitalObject.getRelationships(org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object) |
Set<RelationshipTuple> |
DigitalObject.getRelationships(org.jrdf.graph.SubjectNode subject,
org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object)
Get all matching RELS-EXT and RELS-INT relationships in the object.
|
Set<RelationshipTuple> |
BasicDigitalObject.getRelationships(org.jrdf.graph.SubjectNode subject,
org.jrdf.graph.PredicateNode predicate,
org.jrdf.graph.ObjectNode object) |
| Constructor and Description |
|---|
TupleArrayTripleIterator(ArrayList<RelationshipTuple> array) |
TupleArrayTripleIterator(ArrayList<RelationshipTuple> array,
Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipTuple |
TypeUtility.convertRelsTupleToGenRelsTuple(RelationshipTuple in) |
Copyright © 2013 DuraSpace. All Rights Reserved.