|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateProcessor | |
---|---|
com.hp.hpl.jena.sparql.modify | |
com.hp.hpl.jena.update |
Uses of UpdateProcessor in com.hp.hpl.jena.sparql.modify |
---|
Classes in com.hp.hpl.jena.sparql.modify that implement UpdateProcessor | |
---|---|
class |
UpdateProcessorBase
Class to hold the general state of a update request execution. |
Uses of UpdateProcessor in com.hp.hpl.jena.update |
---|
Methods in com.hp.hpl.jena.update that return UpdateProcessor | |
---|---|
static UpdateProcessor |
UpdateFactory.create(Update update,
GraphStore graphStore)
Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore) instead |
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateFactory.create(Update update,
GraphStore graphStore,
Binding initialBinding)
Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,Binding) instead |
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore,
Binding initialBinding)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateFactory.create(Update update,
GraphStore graphStore,
QuerySolution initialSolution)
Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,QuerySolution) instead |
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
GraphStore graphStore,
QuerySolution initialSolution)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateFactory.create(UpdateRequest updateRequest,
GraphStore graphStore)
Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore) instead |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Binding initialBinding)
Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,Binding) instead |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Binding initialBinding)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution initialSolution)
Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,QuerySolution) instead |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution initialSolution)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |