Interface ContainmentTriplesService

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