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 Type
    Method
    Description
    Stream<org.apache.jena.graph.Triple>
    get(FedoraResource resource)
    Retrieve the managed properties as triples
  • Method Details

    • 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.