Package org.fcrepo.kernel.api.services
Interface ContainmentTriplesService
public interface ContainmentTriplesService
Provides containment triples.
- Since:
- 6.0.0
- Author:
- whikloj
-
Method Summary
Modifier and TypeMethodDescriptionStream<org.apache.jena.graph.Triple> get(Transaction tx, FedoraResource resource) Retrieve the containment triples.
-
Method Details
-
get
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.
-