Package org.fcrepo.kernel.api.services
Interface ManagedPropertiesService
-
- All Known Implementing Classes:
ManagedPropertiesServiceImpl
public interface ManagedPropertiesService
Interface for a service that converts managed properties from aFedoraResource
into a triple stream- Since:
- 2020-01-07
- Author:
- dbernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<org.apache.jena.graph.Triple>
get(FedoraResource resource)
Retrieve the managed properties as triples
-
-
-
Method Detail
-
get
Stream<org.apache.jena.graph.Triple> get(FedoraResource resource)
Retrieve the managed properties as triples- Parameters:
resource
- The fedora resource- Returns:
- A stream of managed properties for the resource.
-
-