Uses of Class
org.apache.jena.update.Update
Package
Description
-
Uses of Update in org.apache.jena.http.sys
-
Uses of Update in org.apache.jena.sparql.exec
Modifier and TypeMethodDescriptionAdd theUpdate
to theUpdateRequest
being built.Add theUpdate
to theUpdateRequest
being built. -
Uses of Update in org.apache.jena.sparql.lang.arq
Modifier 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
Modifier 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
Modifier 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
-
Uses of Update in org.apache.jena.sparql.modify.request
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
Serializes a sequence of updatesvoid
Serializes a sequence of updatesvoid
void
-
Uses of Update in org.apache.jena.sparql.syntax.syntaxtransform
Modifier 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
).Modifier 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
Modifier 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.