Package org.fcrepo.kernel.impl.services
Class ContainmentTriplesServiceImpl
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.ContainmentTriplesServiceImpl
-
- All Implemented Interfaces:
org.fcrepo.kernel.api.services.ContainmentTriplesService
@Component public class ContainmentTriplesServiceImpl extends Object implements org.fcrepo.kernel.api.services.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(org.fcrepo.kernel.api.Transaction tx, org.fcrepo.kernel.api.models.FedoraResource resource)
-
-
-
Constructor Detail
-
ContainmentTriplesServiceImpl
public ContainmentTriplesServiceImpl()
-
-