|
Deprecated Methods |
org.exist.dom.ElementImpl._getAttributeNS(String, String)
|
org.exist.dom.Visitable.accept(Iterator, NodeVisitor)
|
org.exist.security.SecurityManager.addGroup(String)
|
org.exist.xmldb.UserManagementService.addUser(User)
|
org.exist.http.servlets.Authenticator.authenticate(HttpServletRequest, HttpServletResponse)
|
org.exist.util.ByteConversion.byteToInt(byte[], int)
reads the lowest byte first. will be replaced with
ByteConversion.byteToIntH(byte[], int) for consistency. |
org.exist.util.ByteConversion.byteToShort(byte[], int)
reads the lowest byte first. will be replaced with
ByteConversion.byteToShortH(byte[], int) for consistency. |
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.fluent.Database.ensureStarted(File)
Please use a combination of Database.isStarted() and Database.startup(File). |
org.exist.collections.triggers.CollectionTrigger.finish(int, DBBroker, Txn, Collection, Collection)
|
org.exist.collections.triggers.DocumentTrigger.finish(int, DBBroker, Txn, XmldbURI, DocumentImpl)
|
org.exist.security.AbstractRealm.getAccount(Subject, String)
|
org.exist.security.management.AccountsManagement.getAccount(Subject, String)
|
org.exist.security.Account.getDigestPassword()
|
org.exist.security.User.getDigestPassword()
|
org.exist.security.internal.AccountImpl.getDigestPassword()
|
org.exist.cluster.ClusterCollection.getDocumentWithLock(DBBroker, XmldbURI)
|
org.exist.collections.Collection.getDocumentWithLock(DBBroker, XmldbURI)
Use getDocumentWithLock(DBBroker broker, XmldbURI uri, int lockMode) |
org.exist.security.AbstractRealm.getGroup(Subject, String)
|
org.exist.security.management.GroupsManagement.getGroup(Subject, String)
|
org.exist.security.SecurityManager.getGroups()
|
org.exist.security.internal.SecurityManagerImpl.getGroups()
|
org.exist.xmldb.DatabaseImpl.getName()
|
org.exist.security.SecurityManager.getNextGroupId()
Will be removed, should be private to the SecurityManagerImpl |
org.exist.security.Account.getPassword()
|
org.exist.security.User.getPassword()
|
org.exist.security.XmldbPrincipal.getPassword()
|
org.exist.security.internal.AccountImpl.getPassword()
|
org.exist.http.servlets.HttpServletRequestWrapper.getRealPath(String)
use use ServletContext#getRealPath(java.lang.String) instead. |
org.exist.security.realm.Realm.getRoles()
|
org.exist.storage.DBBroker.getUser()
user getSubject |
org.exist.xquery.XQueryContext.getUser()
use getSubject |
org.exist.xmldb.UserManagementService.getUser(String)
|
org.exist.xmldb.UserManagementService.getUsers()
|
org.exist.security.SecurityManager.getUsers()
|
org.exist.security.internal.SecurityManagerImpl.getUsers()
|
org.exist.util.ByteConversion.intToByte(int, byte[], int)
this version of the method writes the lowest byte first. It will
be replaced by ByteConversion.intToByteH(int, byte[], int) for consistency. |
org.exist.collections.CollectionConfiguration.isCollectionConfigDocument(DocumentImpl)
|
org.exist.collections.CollectionConfiguration.isCollectionConfigDocument(XmldbURI)
|
org.exist.http.servlets.HttpServletRequestWrapper.isRequestedSessionIdFromUrl()
use isRequestedSessionIdFromURL() instead. |
org.exist.xmldb.UserManagementService.lockResource(Resource, User)
|
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.collections.CollectionConfiguration.TriggerConfig.newInstance(DBBroker, Collection)
|
org.exist.xmldb.XmldbURI.normalizeCollectionName(String)
Legacy method used here and there in the code and copied as such |
org.exist.collections.triggers.CollectionTrigger.prepare(int, DBBroker, Txn, Collection, Collection)
|
org.exist.collections.triggers.DocumentTrigger.prepare(int, DBBroker, Txn, XmldbURI, DocumentImpl)
|
org.exist.xslt.expression.Element.process(SequenceIterator, XSLContext)
Use Element.process(XSLContext,SequenceIterator) instead |
org.exist.xslt.expression.Template.process(SequenceIterator, XSLContext)
Use Template.process(XSLContext,SequenceIterator) instead |
org.exist.xslt.expression.ValueOf.process(SequenceIterator, XSLContext)
Use ValueOf.process(XSLContext,SequenceIterator) instead |
org.exist.xslt.expression.XSLExpression.process(SequenceIterator, XSLContext)
Use XSLExpression.process(XSLContext,SequenceIterator) instead |
org.exist.xslt.expression.XSLPathExpr.process(SequenceIterator, XSLContext)
Use XSLPathExpr.process(XSLContext,SequenceIterator) instead |
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 releaseDocument(DocumentImpl doc, int mode) |
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.xmldb.UserManagementService.removeUser(User)
|
org.exist.storage.ValueIndexFactory.serialize(Indexable, int, boolean)
|
org.exist.fluent.Database.setDefaultExportEncoding(String)
Renamed to Database.setDefaultCharacterEncoding(String). |
org.exist.security.internal.AccountImpl.setEncodedPassword(String)
|
org.exist.security.Permission.setGroup(Subject, Group)
|
org.exist.security.Permission.setGroup(Subject, int)
|
org.exist.security.Permission.setGroup(Subject, String)
|
org.exist.security.Account.setGroups(String[])
|
org.exist.security.User.setGroups(String[])
|
org.exist.security.Permission.setMode(String)
Setting permissions via string is not very efficient! |
org.exist.security.Permission.setOwner(Subject, Account)
|
org.exist.security.Permission.setOwner(Subject, int)
|
org.exist.security.Permission.setOwner(Subject, String)
|
org.exist.security.internal.AccountImpl.setPasswordDigest(String)
|
org.exist.storage.DBBroker.setUser(Subject)
use setSubject |
org.exist.util.ByteConversion.shortToByte(short, byte[], int)
this version of the method writes the lowest byte first. It will be replaced
by ByteConversion.shortToByteH(short, byte[], int) for consistency. |
org.exist.security.management.AccountsManagement.updateAccount(Subject, Account)
|
org.exist.security.management.GroupsManagement.updateGroup(Subject, Group)
|
org.exist.xmldb.UserManagementService.updateUser(User)
|
org.exist.security.internal.AccountImpl.validate(String)
|
org.exist.security.internal.AccountImpl.validate(String, SecurityManager)
|
org.exist.security.internal.AccountImpl.validateDigest(String)
|
org.exist.dom.NodeVisitor.visit(StoredNode)
|