Package org.fcrepo.kernel.api.services
Interface ManagedPropertiesService
public interface ManagedPropertiesService
Interface for a service that converts managed properties from a
FedoraResource
into a triple stream- Since:
- 2020-01-07
- Author:
- dbernstein
-
Method Summary
Modifier and TypeMethodDescriptionStream<org.apache.jena.graph.Triple> get(FedoraResource resource) Retrieve the managed properties as triples
-
Method Details
-
get
Retrieve the managed properties as triples- Parameters:
resource- The fedora resource- Returns:
- A stream of managed properties for the resource.
-