Uses of Interface
com.hp.hpl.jena.update.UpdateProcessor

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.
 class UpdateProcessRemote
          UpdateProcess that send the request to a SPARQL endpoint by using POST of application/sparql-update.
 

Uses of UpdateProcessor in com.hp.hpl.jena.update
 

Methods in com.hp.hpl.jena.update that return UpdateProcessor
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 UpdateFactory.create(Update update, GraphStore graphStore)
          Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore) instead
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 UpdateFactory.create(Update update, GraphStore graphStore, Binding initialBinding)
          Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,Binding) instead
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 UpdateFactory.create(Update update, GraphStore graphStore, QuerySolution initialSolution)
          Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,QuerySolution) instead
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 UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore)
          Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore) instead
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 UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore, Binding initialBinding)
          Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,Binding) instead
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 UpdateProcessor UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore, QuerySolution initialSolution)
          Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,QuerySolution) instead
static UpdateProcessor UpdateExecutionFactory.createRemote(UpdateRequest updateRequest, String remoteEndpoint)
          Create an UpdateProcessor that send the update request to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(Update update, String remoteEndpoint)
          Create an UpdateProcessor that send the update to a remote SPARQL Update service.
 



Licenced under the Apache License, Version 2.0