Class UpdatePropertiesServiceImpl

  • All Implemented Interfaces:
    org.fcrepo.kernel.api.services.UpdatePropertiesService

    @Component
    public class UpdatePropertiesServiceImpl
    extends AbstractService
    implements org.fcrepo.kernel.api.services.UpdatePropertiesService
    This class implements the update properties operation.
    Author:
    dbernstein
    • Method Detail

      • updateProperties

        public void updateProperties​(org.fcrepo.kernel.api.Transaction tx,
                                     String userPrincipal,
                                     org.fcrepo.kernel.api.identifiers.FedoraId fedoraId,
                                     String sparqlUpdateStatement)
                              throws org.fcrepo.kernel.api.exception.MalformedRdfException,
                                     org.fcrepo.kernel.api.exception.AccessDeniedException
        Specified by:
        updateProperties in interface org.fcrepo.kernel.api.services.UpdatePropertiesService
        Throws:
        org.fcrepo.kernel.api.exception.MalformedRdfException
        org.fcrepo.kernel.api.exception.AccessDeniedException