com.hp.hpl.jena.update
Class UpdateFactory

java.lang.Object
  extended by com.hp.hpl.jena.update.UpdateFactory

public class UpdateFactory
extends java.lang.Object


Constructor Summary
UpdateFactory()
           
 
Method Summary
static UpdateRequest create()
          Create an empty UpdateRequest
static UpdateRequest create(java.lang.String str)
          Create an UpdateRequest by parsing the given string
static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.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 create(UpdateRequest updateRequest, GraphStore graphStore)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore, QuerySolution initialSolution)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateRequest read(java.io.InputStream in)
          Create an UpdateRequest by reading it from an InputStream (note that conversion to UTF-8 will be applied automatically)
static UpdateRequest read(java.lang.String fileName)
          Create an UpdateRequest by reading it from a file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateFactory

public UpdateFactory()
Method Detail

create

public static UpdateRequest create()
Create an empty UpdateRequest


create

public static UpdateRequest create(java.lang.String str)
Create an UpdateRequest by parsing the given string


read

public static UpdateRequest read(java.lang.String fileName)
Create an UpdateRequest by reading it from a file


read

public static UpdateRequest read(java.io.InputStream in)
Create an UpdateRequest by reading it from an InputStream (note that conversion to UTF-8 will be applied automatically)


create

public static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update,
                                     GraphStore graphStore)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor

Parameters:
update -
graphStore -
Returns:
UpdateProcessor or null

create

public static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update,
                                     GraphStore graphStore,
                                     QuerySolution initialSolution)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor

Parameters:
update -
graphStore -
initialSolution -
Returns:
UpdateProcessor or null

create

public static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update,
                                     GraphStore graphStore,
                                     com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor

Parameters:
update -
graphStore -
initialBinding -
Returns:
UpdateProcessor or null

create

public static UpdateProcessor create(UpdateRequest updateRequest,
                                     GraphStore graphStore)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor

Parameters:
updateRequest -
graphStore -
Returns:
UpdateProcessor or null

create

public static UpdateProcessor create(UpdateRequest updateRequest,
                                     GraphStore graphStore,
                                     QuerySolution initialSolution)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor

Parameters:
updateRequest -
graphStore -
initialSolution -
Returns:
UpdateProcessor or null

create

public static UpdateProcessor create(UpdateRequest updateRequest,
                                     GraphStore graphStore,
                                     com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor

Parameters:
updateRequest -
graphStore -
initialBinding -
Returns:
UpdateProcessor or null


Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP