Uses of Class
org.fcrepo.kernel.api.exception.MalformedRdfException
-
Packages that use MalformedRdfException Package Description org.fcrepo.kernel.api.services -
-
Uses of MalformedRdfException in org.fcrepo.kernel.api.services
Methods in org.fcrepo.kernel.api.services that throw MalformedRdfException Modifier and Type Method Description voidReplacePropertiesService. 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.
-