|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipTuple | |
|---|---|
| org.fcrepo.server.journal | |
| org.fcrepo.server.management | |
| org.fcrepo.server.storage | |
| org.fcrepo.server.storage.types | |
| org.fcrepo.server.utilities | |
| Uses of RelationshipTuple in org.fcrepo.server.journal |
|---|
| Methods in org.fcrepo.server.journal that return RelationshipTuple | |
|---|---|
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. |
| Uses of RelationshipTuple in org.fcrepo.server.management |
|---|
| Methods in org.fcrepo.server.management that return RelationshipTuple | |
|---|---|
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)
|
| Uses of RelationshipTuple in org.fcrepo.server.storage |
|---|
| Methods in org.fcrepo.server.storage that return types with arguments of type RelationshipTuple | |
|---|---|
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)
|
| Uses of RelationshipTuple in org.fcrepo.server.storage.types |
|---|
| Methods in org.fcrepo.server.storage.types that return types with arguments of type RelationshipTuple | |
|---|---|
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 parameters in org.fcrepo.server.storage.types with type arguments of type RelationshipTuple | |
|---|---|
TupleArrayTripleIterator(ArrayList<RelationshipTuple> array)
|
|
TupleArrayTripleIterator(ArrayList<RelationshipTuple> array,
Map<String,String> map)
|
|
| Uses of RelationshipTuple in org.fcrepo.server.utilities |
|---|
| Methods in org.fcrepo.server.utilities with parameters of type RelationshipTuple | |
|---|---|
static RelationshipTuple |
TypeUtility.convertRelsTupleToGenRelsTuple(RelationshipTuple in)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||