Package | Description |
---|---|
com.hp.hpl.jena.sparql.lang.arq | |
com.hp.hpl.jena.sparql.lang.sparql_11 | |
com.hp.hpl.jena.sparql.modify | |
com.hp.hpl.jena.sparql.modify.request | |
com.hp.hpl.jena.update |
Modifier and Type | Method and Description |
---|---|
Update |
ARQParser.Add() |
Update |
ARQParser.Clear() |
Update |
ARQParser.Copy() |
Update |
ARQParser.Create() |
Update |
ARQParser.DeleteWhere() |
Update |
ARQParser.Drop() |
Update |
ARQParser.Load() |
Update |
ARQParser.Modify() |
Update |
ARQParser.Move() |
Modifier and Type | Method and Description |
---|---|
Update |
SPARQLParser11.Add() |
Update |
SPARQLParser11.Clear() |
Update |
SPARQLParser11.Copy() |
Update |
SPARQLParser11.Create() |
Update |
SPARQLParser11.DeleteWhere() |
Update |
SPARQLParser11.Drop() |
Update |
SPARQLParser11.Load() |
Update |
SPARQLParser11.Modify() |
Update |
SPARQLParser11.Move() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateVisitorSink.send(Update update) |
void |
UpdateRequestSink.send(Update update) |
void |
UsingUpdateSink.send(Update update) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateAdd |
class |
UpdateBinaryOp |
class |
UpdateClear |
class |
UpdateCopy |
class |
UpdateCreate |
class |
UpdateData |
class |
UpdateDataDelete |
class |
UpdateDataInsert |
class |
UpdateDeleteInsert
Convenience class - renames UpdateModify so it follows the SPARQL Update spec.
|
class |
UpdateDeleteWhere |
class |
UpdateDrop |
class |
UpdateDropClear |
class |
UpdateLoad |
class |
UpdateModify |
class |
UpdateMove |
class |
UpdateWithUsing |
Modifier and Type | Method and Description |
---|---|
static void |
UpdateWriter.output(Update update,
IndentedWriter out,
SerializationContext sCxt) |
void |
UpdateWriter.update(Update update) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateWriter.update(Iterable<? extends Update> updates) |
void |
UpdateWriter.update(Iterator<? extends Update> updateIter) |
Modifier and Type | Method and Description |
---|---|
List<Update> |
UpdateRequest.getOperations() |
Iterator<Update> |
UpdateRequest.iterator() |
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateRequest.add(Update update) |
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint)
Create an UpdateProcessor that send the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
static void |
UpdateAction.execute(Update update,
Dataset dataset)
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,
Graph graph)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
GraphStore graphStore)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
Model model)
Execute a single SPARQL Update operation.
|
Constructor and Description |
---|
UpdateRequest(Update update) |
Licenced under the Apache License, Version 2.0