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 theUpdate
to theUpdateRequest
being built.Add theUpdate
to theUpdateRequest
being built. -
Uses of Update in org.apache.jena.sparql.lang.arq
Methods in org.apache.jena.sparql.lang.arq that return UpdateModifier and TypeMethodDescriptionfinal Update
ARQParser.Add()
final Update
ARQParser.Clear()
final Update
ARQParser.Copy()
final Update
ARQParser.Create()
final Update
ARQParser.DeleteWhere()
final Update
ARQParser.Drop()
final Update
ARQParser.Load()
final Update
ARQParser.Modify()
final Update
ARQParser.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 Update
SPARQLParser11.Add()
final Update
SPARQLParser11.Clear()
final Update
SPARQLParser11.Copy()
final Update
SPARQLParser11.Create()
final Update
SPARQLParser11.DeleteWhere()
final Update
SPARQLParser11.Drop()
final Update
SPARQLParser11.Load()
final Update
SPARQLParser11.Modify()
final Update
SPARQLParser11.Move()
-
Uses of Update in org.apache.jena.sparql.lang.sparql_12
Methods in org.apache.jena.sparql.lang.sparql_12 that return UpdateModifier and TypeMethodDescriptionfinal Update
SPARQLParser12.Add()
final Update
SPARQLParser12.Clear()
final Update
SPARQLParser12.Copy()
final Update
SPARQLParser12.Create()
final Update
SPARQLParser12.DeleteWhere()
final Update
SPARQLParser12.Drop()
final Update
SPARQLParser12.Load()
final Update
SPARQLParser12.Modify()
final Update
SPARQLParser12.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Convenience class - renames UpdateModify so it follows the SPARQL Update spec.class
class
class
class
class
class
class
Methods in org.apache.jena.sparql.modify.request with parameters of type UpdateModifier and TypeMethodDescriptionfinal boolean
UpdateBinaryOp.equalTo
(Update obj, NodeIsomorphismMap isoMap) boolean
UpdateCreate.equalTo
(Update obj, NodeIsomorphismMap isoMap) final boolean
UpdateData.equalTo
(Update obj, NodeIsomorphismMap isoMap) boolean
UpdateDeleteWhere.equalTo
(Update obj, NodeIsomorphismMap isoMap) boolean
UpdateDropClear.equalTo
(Update obj, NodeIsomorphismMap isoMap) boolean
UpdateLoad.equalTo
(Update obj, NodeIsomorphismMap isoMap) boolean
UpdateModify.equalTo
(Update obj, NodeIsomorphismMap isoMap) static void
UpdateWriter.output
(Update update, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt) void
Serializes the given updatevoid
Method parameters in org.apache.jena.sparql.modify.request with type arguments of type UpdateModifier and TypeMethodDescriptionvoid
Serializes a sequence of updatesvoid
Serializes a sequence of updatesvoid
void
-
Uses of Update in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform that return UpdateModifier and TypeMethodDescriptionstatic Update
static Update
UpdateTransformOps.transform
(Update update, ElementTransform transform, ExprTransform exprTransform) static Update
UpdateTransformOps.transformUpdate
(Update update, Map<String, ? extends org.apache.jena.rdf.model.RDFNode> substitutions) Transform anUpdate
based 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 Update
static Update
UpdateTransformOps.transform
(Update update, ElementTransform transform, ExprTransform exprTransform) static Update
UpdateTransformOps.transformUpdate
(Update update, Map<String, ? extends org.apache.jena.rdf.model.RDFNode> substitutions) Transform anUpdate
based 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 UpdateExecution
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecution
UpdateExecutionFactory.createRemote
(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service.static UpdateExecution
UpdateExecutionFactory.createRemoteForm
(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service using an HTML form.abstract boolean
Update.equalTo
(Update other, NodeIsomorphismMap isoMap) Compare by isomorphism - if the isomorphism map is null, compare nodes by .equalsstatic void
Execute a single SPARQL Update operation.static void
Execute a single SPARQL Update operation.static void
UpdateAction.execute
(Update update, Dataset dataset, QuerySolution inputBinding) Execute a single SPARQL Update operation.static void
Execute a single SPARQL Update operation.static void
UpdateAction.execute
(Update update, DatasetGraph dataset) Execute a single SPARQL Update operation.static void
UpdateAction.execute
(Update update, DatasetGraph datasetGraph, Binding inputBinding) Execute a single SPARQL Update operation.Add theUpdate
to theUpdateRequest
being built.Add theUpdate
to theUpdateRequest
being built.Constructors in org.apache.jena.update with parameters of type Update