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.collections.Collection.getDocumentWithLock(DBBroker, XmldbURI)
Use other method |
org.exist.collections.Collection.getIndexConfiguration(DBBroker)
Make private ASAP |
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.xmlrpc.RpcAPI.query(byte[], int, int, HashMap)
use Vector query() or int
executeQuery() instead |
org.exist.soap.Query.query(String, String)
use Query.xquery(String, byte[]) instead. |
org.exist.xmlrpc.RpcAPI.querySummary(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.collections.Collection.releaseDocument(DocumentImpl)
Use other method |
org.exist.xmldb.CollectionManagementServiceImpl.removeCollection(String)
Use XmldbURI version instead |
org.exist.storage.ValueIndexFactory.serialize(Indexable, int, boolean)
|
org.exist.dom.QName.toString()
: use for debugging purpose only,
use getStringValue() for production |