Deprecated API


Contents
Deprecated Interfaces
com.hp.hpl.jena.sparql.core.DataSourceGraph
           
 

Deprecated Classes
com.hp.hpl.jena.sparql.core.DataSourceGraphImpl
          Use DatasetGraphMap 
 

Deprecated Fields
com.hp.hpl.jena.sparql.engine.QueryExecutionBase.cancelAllowDrain
           
com.hp.hpl.jena.query.ARQ.filterPlacement
           
 

Deprecated Methods
com.hp.hpl.jena.sparql.engine.QueryIterator.abort()
          - Use cancel() which can be called asynchronously. 
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase.abort()
           
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorCheck.abort()
           
com.hp.hpl.jena.update.UpdateRequest.addUpdate(Update)
          Use {#add(Update) 
org.openjena.riot.system.IRIResolver.chooseBaseURI(String)
           
com.hp.hpl.jena.update.UpdateFactory.create(Update, GraphStore)
          Use UpdateExecutionFactory.create(Update,GraphStore) instead 
com.hp.hpl.jena.update.UpdateFactory.create(Update, GraphStore, Binding)
          Use UpdateExecutionFactory.create(Update,GraphStore,Binding) instead 
com.hp.hpl.jena.update.UpdateFactory.create(Update, GraphStore, QuerySolution)
          Use UpdateExecutionFactory.create(Update,GraphStore,QuerySolution) instead 
com.hp.hpl.jena.update.UpdateFactory.create(UpdateRequest, GraphStore)
          Use UpdateExecutionFactory.create(UpdateRequest,GraphStore) instead 
com.hp.hpl.jena.update.UpdateFactory.create(UpdateRequest, GraphStore, Binding)
          Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,Binding) instead 
com.hp.hpl.jena.update.UpdateFactory.create(UpdateRequest, GraphStore, QuerySolution)
          Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,QuerySolution) instead 
com.hp.hpl.jena.sparql.pfunction.PropFuncArg.evalIfExists(Binding)
          Use Substitute.substitute(PropFuncArg, Binding) 
org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream.getColumn()
           
com.hp.hpl.jena.sparql.sse.lang.parser.JavaCharStream.getColumn()
           
com.hp.hpl.jena.sparql.lang.arq.JavaCharStream.getColumn()
           
com.hp.hpl.jena.sparql.lang.sparql_11.JavaCharStream.getColumn()
           
com.hp.hpl.jena.sparql.lang.sparql_10.JavaCharStream.getColumn()
           
com.hp.hpl.jena.sparql.lang.rdql.JavaCharStream.getColumn()
            
org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream.getLine()
           
com.hp.hpl.jena.sparql.sse.lang.parser.JavaCharStream.getLine()
           
com.hp.hpl.jena.sparql.lang.arq.JavaCharStream.getLine()
           
com.hp.hpl.jena.sparql.lang.sparql_11.JavaCharStream.getLine()
           
com.hp.hpl.jena.sparql.lang.sparql_10.JavaCharStream.getLine()
           
com.hp.hpl.jena.sparql.lang.rdql.JavaCharStream.getLine()
            
com.hp.hpl.jena.update.UpdateRequest.getUpdates()
           
com.hp.hpl.jena.sparql.core.Quad.isQuadDefaultGraphGenerated(Node)
          use Quad.isDefaultGraphGenerated 
com.hp.hpl.jena.sparql.core.Quad.isQuadUnionGraph(Node)
          use Quad.isUnionGraph 
com.hp.hpl.jena.query.Query.setQueryType(int)
           
com.hp.hpl.jena.sparql.syntax.Element.varsMentioned()
          Use PatternVars.vars(com.hp.hpl.jena.sparql.syntax.Element) 
 

Deprecated Constructors
com.hp.hpl.jena.query.larq.IndexLARQ(IndexReader, QueryParser)
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.