Package org.fcrepo.kernel.api.services
Interface ContainmentTriplesService
-
- All Known Implementing Classes:
ContainmentTriplesServiceImpl
public interface ContainmentTriplesService
Provides containment triples.- Since:
- 6.0.0
- Author:
- whikloj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<org.apache.jena.graph.Triple>
get(Transaction tx, FedoraResource resource)
Retrieve the containment triples.
-
-
-
Method Detail
-
get
Stream<org.apache.jena.graph.Triple> get(Transaction tx, FedoraResource resource)
Retrieve the containment triples.- Parameters:
tx
- The transaction or null if none.resource
- The fedora container resource in which children resources are contained.- Returns:
- A stream of containment triples for the resource.
-
-