Uses of Class
org.fcrepo.kernel.api.exception.MalformedRdfException
Packages that use MalformedRdfException
-
Uses of MalformedRdfException in org.fcrepo.kernel.api.services
Methods in org.fcrepo.kernel.api.services that throw MalformedRdfExceptionModifier and TypeMethodDescriptionvoidReplacePropertiesService.perform(Transaction tx, String userPrincipal, FedoraId fedoraId, org.apache.jena.rdf.model.Model inputModel) Replace the properties of this object with the properties from the given modelvoidUpdatePropertiesService.updateProperties(Transaction tx, String userPrincipal, FedoraId fedoraId, String sparqlUpdateStatement) Update the provided properties with a SPARQL Update query.