Deprecated Methods |
org.exist.dom.Visitable.accept(Iterator, NodeVisitor)
|
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.LocalCollectionManagementService.copy(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.copy(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.CollectionManagementServiceImpl.copyResource(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.LocalCollectionManagementService.copyResource(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.copyResource(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.CollectionManagementServiceImpl.createCollection(String)
Use XmldbURI version instead |
org.exist.xmldb.LocalCollectionManagementService.createCollection(String)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.createCollection(String)
Use XmldbURI version instead |
org.exist.xmldb.CollectionManagementServiceImpl.createCollection(String, Date)
Use XmldbURI version instead |
org.exist.xmldb.LocalCollectionManagementService.createCollection(String, Date)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.createCollection(String, Date)
Use XmldbURI version instead |
org.exist.xmldb.LocalCollectionManagementService.createCollection(String, Document)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.createCollection(String, Document)
Use XmldbURI version instead |
org.exist.cluster.ClusterCollection.getDocumentWithLock(DBBroker, XmldbURI)
|
org.exist.collections.Collection.getDocumentWithLock(DBBroker, XmldbURI)
Use other method |
org.exist.xmldb.DatabaseImpl.getName()
|
org.exist.http.servlets.HttpServletRequestWrapper.getRealPath(String)
use use ServletContext#getRealPath(java.lang.String) instead. |
org.exist.http.servlets.HttpServletRequestWrapper.isRequestedSessionIdFromUrl()
use isRequestedSessionIdFromURL() instead. |
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.LocalCollectionManagementService.move(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.move(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.CollectionManagementServiceImpl.moveResource(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.LocalCollectionManagementService.moveResource(String, String, String)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.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.xmlrpc.RpcConnection.query(byte[], int, int, HashMap)
Use XmldbURI version instead |
org.exist.soap.Query.query(String, String)
use Query.xquery(String, byte[]) instead. |
org.exist.soap.QuerySoapBindingImpl.query(String, String)
use QuerySoapBindingImpl.xquery(String, byte[]) instead. |
org.exist.xmlrpc.RpcAPI.querySummary(String)
use Vector query() or int
executeQuery() instead |
org.exist.xmlrpc.RpcConnection.querySummary(String)
Use XmldbURI version 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.LocalIndexQueryService.reindexCollection(String)
Use XmldbURI version instead |
org.exist.xmldb.RemoteIndexQueryService.reindexCollection(String)
Use XmldbURI version instead |
org.exist.cluster.ClusterCollection.releaseDocument(DocumentImpl)
Use other method |
org.exist.collections.Collection.releaseDocument(DocumentImpl)
Use other method |
org.exist.xmldb.CollectionManagementServiceImpl.removeCollection(String)
Use XmldbURI version instead |
org.exist.xmldb.LocalCollectionManagementService.removeCollection(String)
Use XmldbURI version instead |
org.exist.xmldb.RemoteCollectionManagementService.removeCollection(String)
Use XmldbURI version instead |
org.exist.storage.ValueIndexFactory.serialize(Indexable, int, boolean)
|
org.exist.dom.NodeVisitor.visit(StoredNode)
|