Deprecated API

Deprecated Classes
se.kmr.scam.client.http.repository.MetaManifestFactory
          This class is deprecated, use ManifestFactory.getInstance() 
se.kmr.scam.client.http.repository.MetaSearchFactory
          This class is deprecated, use SearchFactory.getInstance() 
 

Deprecated Methods
se.kmr.scam.rdf.util.SCAMUtil.addContentLocation(Resource, String)
            
se.kmr.scam.rdf.util.SCAMUtil.addContentName(Resource, String)
            
se.kmr.scam.rdf.util.SCAMUtil.addContentSize(Resource, long)
            
se.kmr.scam.rdf.util.SCAMUtil.addMimeType(Resource, String)
            
com.hp.hpl.jena.db.ModelRDB.clear()
          Since Jena 2.0 this call is not recommended (it's name is misleading) - to clear an entire database use DBConnection.cleanDB, to remove just this Model use Model.remove(). 
com.hp.hpl.jena.db.impl.DriverRDB.close()
          Since Jena 2.0 this call is no longer required - just close the DBConnection - there should be no need for an application to interact directly with the driver. 
se.kmr.scam.client.repository.SearchFactory.create()
          use create(HttpServletRequest) 
se.kmr.scam.client.repository.ManifestFactory.create()
          use create(HttpServletRequest) 
se.kmr.scam.client.repository.ContentFactory.create()
          use create(HttpServletRequest) 
se.kmr.scam.client.repository.AdministerFactory.create()
          use create(HttpServletRequest) 
se.kmr.scam.client.http.repository.MetaSearchFactory.create(HttpServletRequest)
          This class is deprecated, use SearchFactory.getInstance() 
se.kmr.scam.client.http.repository.MetaManifestFactory.create(HttpServletRequest)
          This class is deprecated, use ManifestFactory.getInstance() 
com.hp.hpl.jena.db.ModelRDB.create(IDBConnection, String)
          Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection. Then use the call ModelRDB.createModel(IDBConnection) 
com.hp.hpl.jena.db.ModelRDB.create(IDBConnection, String, String)
          Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection and to modify the layout by using the properties in the DBConnection. Then use the call ModelRDB.createModel(IDBConnection) 
com.hp.hpl.jena.db.ModelRDB.deleteModel(IDBConnection, String)
          Since Jena 2.0, to remove a model use the ModelRDB.remove() 
com.hp.hpl.jena.db.impl.IRDBDriver.formatDB()
          Since Jena 2.0 this call is no longer needed - formatting happens automatically as a side effect of creating Models - there should be no need for an application to interact directly with the driver. 
com.hp.hpl.jena.db.impl.DriverRDB.formatDB()
          Since Jena 2.0 this call is no longer needed - formatting happens automatically as a side effect of creating Models - there should be no need for an application to interact directly with the driver. 
se.kmr.scam.client.chain.CommandChainParser.getActionsMapping()
            
se.kmr.scam.editor.util.ValueObjectImpl.getId()
            
se.kmr.scam.editor.util.QueryBinding.getId()
            
com.hp.hpl.jena.db.ModelRDB.loadAll()
          Since Jena 2.0, this call is not recommended. Instead use the soon-to-be-released bulk-load functions. 
se.kmr.scam.server.impl.SearchBean.searchFree(String, String, String)
            
com.hp.hpl.jena.db.impl.IRDBDriver.supportsJenaReification()
          Since Jena 2.0 the reification API has changed. The new API is supported in all models, but the old Jena 1 API is no longer supported. This call will return false to indicate to old code that the old style of jena reification is not supported. 
com.hp.hpl.jena.db.impl.DriverRDB.supportsJenaReification()
          Since Jena 2.0 the reification API has changed. The new API is supported in all models, but the old Jena 1 API is no longer supported. This call will return false to indicate to old code that the old style of jena reification is not supported. 
com.hp.hpl.jena.db.impl.IRDBDriver.supportsMultipleModels()
          Since Jena 2.0 all databases support multiple models. 
com.hp.hpl.jena.db.impl.DriverRDB.supportsMultipleModels()
          Since Jena 2.0 all databases support multiple models. 
 

Deprecated Constructors
com.hp.hpl.jena.db.GraphRDB(IDBConnection, String, Graph, boolean)
          Please use the alternate constructor and choose the desired reification behaviour. 
com.hp.hpl.jena.db.ModelRDB(IDBConnection)
          Since Jena 2.0, this call is not recommended - in the short-term use ModelRDB.open or ModelRDB.createModel; in the longer-term use factory methods to construct persistent models. 
com.hp.hpl.jena.db.ModelRDB(IDBConnection, String)
          Since Jena 2.0, this call is not recommended - in the short-term use ModelRDB.open or ModelRDB.createModel; in the longer-term use factory methods to construct persistent models. 
se.kmr.scam.editor.util.ValueObjectImpl(String, String, Resource)
            
 



Copyright © 2003 SCAM. All Rights Reserved.