Package org.fcrepo.kernel.impl.services
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
-
-
Field Summary
-
Fields inherited from class org.fcrepo.kernel.impl.services.AbstractService
containmentIndex, fedoraPropsConfig, membershipService, referenceService
-
-
Constructor Summary
Constructors Constructor Description UpdatePropertiesServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateProperties(org.fcrepo.kernel.api.Transaction tx, String userPrincipal, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, String sparqlUpdateStatement)-
Methods inherited from class org.fcrepo.kernel.impl.services.AbstractService
checkAclLinkHeader, determineInteractionModel, ensureValidACLAuthorization, ensureValidDirectContainer, lockArchivalGroupResource, lockArchivalGroupResourceFromParent, recordEvent, updateReferences
-
-
-
-
Constructor Detail
-
UpdatePropertiesServiceImpl
public UpdatePropertiesServiceImpl()
-
-
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:
updatePropertiesin interfaceorg.fcrepo.kernel.api.services.UpdatePropertiesService- Throws:
org.fcrepo.kernel.api.exception.MalformedRdfExceptionorg.fcrepo.kernel.api.exception.AccessDeniedException
-
-