Uses of Class
org.apache.jena.update.Update
Packages that use Update
Package
Description
-
Uses of Update in org.apache.jena.http.sys
Methods in org.apache.jena.http.sys with parameters of type Update -
Uses of Update in org.apache.jena.sparql.exec
Methods in org.apache.jena.sparql.exec with parameters of type UpdateModifier and TypeMethodDescriptionAdd theUpdateto theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built. -
Uses of Update in org.apache.jena.sparql.lang.arq.javacc
Methods in org.apache.jena.sparql.lang.arq.javacc that return UpdateModifier and TypeMethodDescriptionfinal UpdateARQParser.Add()final UpdateARQParser.Clear()final UpdateARQParser.Copy()final UpdateARQParser.Create()final UpdateARQParser.DeleteWhere()final UpdateARQParser.Drop()final UpdateARQParser.Load()final UpdateARQParser.Modify()final UpdateARQParser.Move() -
Uses of Update in org.apache.jena.sparql.lang.sparql_11
Methods in org.apache.jena.sparql.lang.sparql_11 that return UpdateModifier and TypeMethodDescriptionfinal UpdateSPARQLParser11.Add()final UpdateSPARQLParser11.Clear()final UpdateSPARQLParser11.Copy()final UpdateSPARQLParser11.Create()final UpdateSPARQLParser11.DeleteWhere()final UpdateSPARQLParser11.Drop()final UpdateSPARQLParser11.Load()final UpdateSPARQLParser11.Modify()final UpdateSPARQLParser11.Move() -
Uses of Update in org.apache.jena.sparql.lang.sparql_12.javacc
Methods in org.apache.jena.sparql.lang.sparql_12.javacc that return UpdateModifier and TypeMethodDescriptionfinal UpdateSPARQLParser12.Add()final UpdateSPARQLParser12.Clear()final UpdateSPARQLParser12.Copy()final UpdateSPARQLParser12.Create()final UpdateSPARQLParser12.DeleteWhere()final UpdateSPARQLParser12.Drop()final UpdateSPARQLParser12.Load()final UpdateSPARQLParser12.Modify()final UpdateSPARQLParser12.Move() -
Uses of Update in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify with parameters of type Update -
Uses of Update in org.apache.jena.sparql.modify.request
Subclasses of Update in org.apache.jena.sparql.modify.requestModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassConvenience class - renames UpdateModify so it follows the SPARQL Update spec.classclassclassclassclassclassclassMethods in org.apache.jena.sparql.modify.request with parameters of type UpdateModifier and TypeMethodDescriptionfinal booleanUpdateBinaryOp.equalTo(Update obj, NodeIsomorphismMap isoMap) booleanUpdateCreate.equalTo(Update obj, NodeIsomorphismMap isoMap) final booleanUpdateData.equalTo(Update obj, NodeIsomorphismMap isoMap) booleanUpdateDeleteWhere.equalTo(Update obj, NodeIsomorphismMap isoMap) booleanUpdateDropClear.equalTo(Update obj, NodeIsomorphismMap isoMap) booleanUpdateLoad.equalTo(Update obj, NodeIsomorphismMap isoMap) booleanUpdateModify.equalTo(Update obj, NodeIsomorphismMap isoMap) static voidUpdateWriter.output(Update update, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt) voidSerializes the given updatevoidMethod parameters in org.apache.jena.sparql.modify.request with type arguments of type UpdateModifier and TypeMethodDescriptionvoidSerializes a sequence of updatesvoidSerializes a sequence of updatesvoidvoid -
Uses of Update in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform that return UpdateModifier and TypeMethodDescriptionstatic Updatestatic UpdateUpdateTransformOps.transform(Update update, ElementTransform transform, ExprTransform exprTransform) static UpdateUpdateTransformOps.transformUpdate(Update update, Map<String, ? extends org.apache.jena.rdf.model.RDFNode> substitutions) Transform anUpdatebased on a mapping from variable name to replacementRDFNode(aResource(or blank node) or aLiteral).Methods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type UpdateModifier and TypeMethodDescriptionstatic Updatestatic UpdateUpdateTransformOps.transform(Update update, ElementTransform transform, ExprTransform exprTransform) static UpdateUpdateTransformOps.transformUpdate(Update update, Map<String, ? extends org.apache.jena.rdf.model.RDFNode> substitutions) Transform anUpdatebased on a mapping from variable name to replacementRDFNode(aResource(or blank node) or aLiteral). -
Uses of Update in org.apache.jena.update
Methods in org.apache.jena.update that return types with arguments of type UpdateMethods in org.apache.jena.update with parameters of type UpdateModifier and TypeMethodDescriptionstatic UpdateExecutionCreate an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecutionUpdateExecutionFactory.createRemote(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service.static UpdateExecutionUpdateExecutionFactory.createRemoteForm(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service using an HTML form.abstract booleanUpdate.equalTo(Update other, NodeIsomorphismMap isoMap) Compare by isomorphism - if the isomorphism map is null, compare nodes by .equalsstatic voidExecute a single SPARQL Update operation.static voidExecute a single SPARQL Update operation.static voidUpdateAction.execute(Update update, Dataset dataset, QuerySolution inputBinding) Execute a single SPARQL Update operation.static voidExecute a single SPARQL Update operation.static voidUpdateAction.execute(Update update, DatasetGraph dataset) Execute a single SPARQL Update operation.static voidUpdateAction.execute(Update update, DatasetGraph datasetGraph, Binding inputBinding) Execute a single SPARQL Update operation.Add theUpdateto theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built.Constructors in org.apache.jena.update with parameters of type Update