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.
 class UpdateProcessRemoteBase
          Abstract base class for update processors that perform remote updates over HTTP
 class UpdateProcessRemoteForm
          UpdateProcess that send the request to a SPARQL endpoint by using an HTML form and POST Use of application/sparql-update via @link{UpdateProcessRemote} is preferred.
 

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 UpdateExecutionFactory.create(Update update, GraphStore graphStore, Binding inputBinding)
          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 inputBinding)
          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 inputBinding)
          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 inputBinding, Context context)
          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, Context context)
          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 inputBinding)
          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 inputBinding, Context context)
          Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateExecutionFactory.createRemote(UpdateRequest updateRequest, String remoteEndpoint)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(UpdateRequest updateRequest, String remoteEndpoint, Context context)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(UpdateRequest updateRequest, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(UpdateRequest updateRequest, String remoteEndpoint, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(Update update, String remoteEndpoint)
          Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(Update update, String remoteEndpoint, Context context)
          Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(Update update, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemote(Update update, String remoteEndpoint, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
static UpdateProcessor UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
static UpdateProcessor UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint, Context context)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
static UpdateProcessor UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
static UpdateProcessor UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
static UpdateProcessor UpdateExecutionFactory.createRemoteForm(Update update, String remoteEndpoint)
          Create an UpdateProcessor that sends 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 sends the update request to a remote SPARQL Update service using an HTML form
static UpdateProcessor UpdateExecutionFactory.createRemoteForm(Update update, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
static UpdateProcessor UpdateExecutionFactory.createRemoteForm(Update update, String remoteEndpoint, HttpAuthenticator authenticator)
          Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
 



Licenced under the Apache License, Version 2.0