Package org.fcrepo.kernel.impl.services
Class ManagedPropertiesServiceImpl
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.ManagedPropertiesServiceImpl
-
- All Implemented Interfaces:
ManagedPropertiesService
@Component public class ManagedPropertiesServiceImpl extends Object implements ManagedPropertiesService
Retrieve the managed properties as triples- Since:
- 2020-01-07
- Author:
- dbernstein
-
-
Constructor Summary
Constructors Constructor Description ManagedPropertiesServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<org.apache.jena.graph.Triple>
get(FedoraResource resource)
Retrieve the managed properties as triples
-
-
-
Constructor Detail
-
ManagedPropertiesServiceImpl
public ManagedPropertiesServiceImpl()
-
-
Method Detail
-
get
public Stream<org.apache.jena.graph.Triple> get(FedoraResource resource)
Description copied from interface:ManagedPropertiesService
Retrieve the managed properties as triples- Specified by:
get
in interfaceManagedPropertiesService
- Parameters:
resource
- The fedora resource- Returns:
- A stream of managed properties for the resource.
-
-