Class UpdatePropertiesServiceImpl

java.lang.Object
org.fcrepo.kernel.impl.services.AbstractService
org.fcrepo.kernel.impl.services.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
  • Constructor Details

  • Method Details

    • 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