Package | Description |
---|---|
com.hp.hpl.jena.sparql.modify | |
com.hp.hpl.jena.update |
Modifier and Type | Class and Description |
---|---|
class |
GraphStoreBasic |
class |
GraphStoreNull
A black hole for Quads, add as many as you want and it will forget them all.
|
class |
GraphStoreWrapper |
Modifier and Type | Method and Description |
---|---|
GraphStore |
UpdateProcessRemoteForm.getGraphStore() |
GraphStore |
UpdateProcessorBase.getGraphStore() |
GraphStore |
UpdateProcessRemote.getGraphStore() |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateEngineFactory.accept(UpdateRequest request,
GraphStore graphStore,
Context context)
Answer whether this factory can produce an UpdateEngine for the UpdateRequest and GraphStore
|
static void |
GraphStoreUtils.action(GraphStore graphStore,
List<Node> graphNodes,
GraphStoreAction action)
Deprecated.
|
static void |
GraphStoreUtils.action(GraphStore graphStore,
Node graphName,
GraphStoreAction action)
Deprecated.
|
static void |
GraphStoreUtils.actionAll(GraphStore graphStore,
GraphStoreAction action)
Deprecated.
|
UpdateEngine |
UpdateEngineFactory.create(UpdateRequest request,
GraphStore graphStore,
Binding inputBinding,
Context context)
Create the request - having returned true to accept, should not fail
|
UpdateEngineFactory |
UpdateEngineRegistry.find(UpdateRequest request,
GraphStore graphStore,
Context context)
Locate a suitable factory for this query and dataset
|
static UpdateEngineFactory |
UpdateEngineRegistry.findFactory(UpdateRequest request,
GraphStore graphStore,
Context context)
Locate a suitable factory for this query and dataset from the default registry
|
static void |
GraphStoreUtils.sendToAll(GraphStore graphStore,
Object object)
Deprecated.
|
Constructor and Description |
---|
GraphStoreWrapper(GraphStore graphStore) |
UpdateEngineBase(GraphStore graphStore,
UpdateRequest request,
Binding input,
Context context) |
UpdateEngineMain(GraphStore graphStore,
UpdateRequest request,
Binding initialBinding,
Context context) |
UpdateEngineWorker(GraphStore graphStore,
Binding initialBinding,
Context context) |
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
Modifier and Type | Method and Description |
---|---|
static GraphStore |
GraphStoreFactory.create()
Create an empty GraphStore with an empty default graph (in-memory)
|
static GraphStore |
GraphStoreFactory.create(Dataset dataset)
Create a GraphStore from a dataset so that updates apply to the graphs in the dataset.
|
static GraphStore |
GraphStoreFactory.create(DatasetGraph datasetGraph)
Create a GraphStore from a dataset (graph-level) so that updates apply to the graphs in the dataset.
|
static GraphStore |
GraphStoreFactory.create(Graph graph)
Create a GraphStore from a Graph
|
static GraphStore |
GraphStoreFactory.create(Model model)
Create a GraphStore from a Model
|
GraphStore |
UpdateProcessor.getGraphStore()
The dataset against which the query will execute.
|
Modifier and Type | Method and Description |
---|---|
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.create(Update update,
GraphStore graphStore,
Binding initialBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore,
QuerySolution initialSolution)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Binding initialBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution initialSolution)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static void |
UpdateAction.execute(Update update,
GraphStore graphStore)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
GraphStore graphStore,
Binding binding)
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore)
Execute SPARQL Update operations.
|
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore,
Binding binding)
Execute SPARQL Update operations.
|
static void |
UpdateAction.parseExecute(String updateString,
GraphStore graphStore)
Parse a string containing SPARQL Update operations, and execute the operations.
|
static void |
UpdateAction.parseExecute(String updateString,
GraphStore graphStore,
Binding binding)
Parse a string containing SPARQL Update operations, and execute the operations.
|
static void |
UpdateAction.readExecute(String filename,
GraphStore graphStore)
Read a file containing SPARQL Update operations, and execute the operations.
|
static void |
UpdateAction.readExecute(String filename,
GraphStore graphStore,
Binding binding)
Read a file containing SPARQL Update operations, and execute the operations.
|
Licenced under the Apache License, Version 2.0