Deprecated API

Deprecated Methods
org.exist.xmldb.XmldbURI.checkPath2(String, String)
          Legacy method used here and there in the code 
org.exist.xmldb.CollectionManagementServiceImpl.copy(String, String, String)
          Use XmldbURI version instead 
org.exist.xmldb.CollectionManagementServiceImpl.copyResource(String, String, String)
          Use XmldbURI version instead 
org.exist.xmldb.CollectionManagementServiceImpl.createCollection(String)
          Use XmldbURI version instead 
org.exist.xmldb.CollectionManagementServiceImpl.createCollection(String, Date)
          Use XmldbURI version instead 
org.exist.xmlrpc.RpcAPI.getDocument(User, String, String, int)
          Use RpcAPI.getDocument(User, String, Hashtable) instead. 
org.exist.xmlrpc.RpcAPI.getDocument(User, String, String, int, String)
          Use RpcAPI.getDocument(User, String, Hashtable) instead. 
org.xmldb.api.base.Database.getName()
          Replaced by String[] getNames(). 
org.exist.xmldb.XmldbURI.makeAbsolute(String)
          Legacy method used here and there in the code and copied as such 
org.exist.xmldb.CollectionManagementServiceImpl.move(String, String, String)
          Use XmldbURI version instead 
org.exist.xmldb.CollectionManagementServiceImpl.moveResource(String, String, String)
          Use XmldbURI version instead 
org.exist.xmldb.XmldbURI.normalizeCollectionName(String)
          Legacy method used here and there in the code and copied as such 
org.exist.soap.Query.query(String, String)
          use Query.xquery(String, byte[]) instead. 
org.exist.xmlrpc.RpcAPI.query(User, byte[], int, int, Hashtable)
          use Vector query() or int executeQuery() instead 
org.exist.xmlrpc.RpcAPI.querySummary(User, String)
          use Vector query() or int executeQuery() instead 
org.exist.xmldb.XmldbURI.recoverPseudoURIs(String)
          By definition, using this method is strongly discouraged 
org.exist.xmldb.IndexQueryService.reindexCollection(String)
          Use XmldbURI version instead 
org.exist.xmldb.CollectionManagementServiceImpl.removeCollection(String)
          Use XmldbURI version instead 
org.exist.storage.Indexable.serialize(short, boolean)
          use following function instead; this API should be local to value index class like NativeValueIndex The returned byte array has the following format: (short: collectionId, byte type, byte[] value) 
org.exist.dom.QName.toString()
          : use for debugging purpose only, use getStringValue() for production 
org.exist.validation.service.ValidationService.validateResource(String)
          Use XmldbURI version instead 
 

Deprecated Constructors
org.exist.xmldb.AbstractEXistResource(User, BrokerPool, LocalCollection, String, String)
          Use the XmldbURI constructor instead 
 



Copyright (C) Wolfgang Meier. All rights reserved.