Package org.fcrepo.kernel.impl.services
Class ContainmentTriplesServiceImpl
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.ContainmentTriplesServiceImpl
-
- All Implemented Interfaces:
ContainmentTriplesService
@Component public class ContainmentTriplesServiceImpl extends Object implements ContainmentTriplesService
Containment Triples service.- Since:
- 6.0.0
- Author:
- whikloj
-
-
Constructor Summary
Constructors Constructor Description ContainmentTriplesServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<org.apache.jena.graph.Triple>
get(Transaction tx, FedoraResource resource)
Retrieve the containment triples.
-
-
-
Constructor Detail
-
ContainmentTriplesServiceImpl
public ContainmentTriplesServiceImpl()
-
-
Method Detail
-
get
public Stream<org.apache.jena.graph.Triple> get(Transaction tx, FedoraResource resource)
Description copied from interface:ContainmentTriplesService
Retrieve the containment triples.- Specified by:
get
in interfaceContainmentTriplesService
- 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.
-
-