Interface ReplacePropertiesService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void perform​(String txId, String userPrincipal, FedoraId fedoraId, org.apache.jena.rdf.model.Model inputModel)
      Replace the properties of this object with the properties from the given model
    • Method Detail

      • perform

        void perform​(String txId,
                     String userPrincipal,
                     FedoraId fedoraId,
                     org.apache.jena.rdf.model.Model inputModel)
              throws MalformedRdfException
        Replace the properties of this object with the properties from the given model
        Parameters:
        txId - the Transaction Id
        userPrincipal - the user performing the service
        fedoraId - the internal Id of the fedora resource to update
        inputModel - the model built from the body of the request
        Throws:
        MalformedRdfException - if malformed rdf exception occurred