Interface ContainmentTriplesService


public interface ContainmentTriplesService
Provides containment triples.
Since:
6.0.0
Author:
whikloj
  • Method Summary

    Modifier and Type
    Method
    Description
    Stream<org.apache.jena.graph.Triple>
    Retrieve the containment triples.
  • Method Details

    • 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.