Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html
index ab70e8c376..0cc0164149 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html
@@ -841,6 +841,28 @@
</td>
</tr>
<tr class="altColor">
+<td class="colOne"><a href="org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.html#getList-org.eclipse.emf.ecore.EStructuralFeature-">org.eclipse.emf.cdo.spi.common.revision.AbstractCDORevision.getList(EStructuralFeature)</a></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.html#getList-org.eclipse.emf.ecore.EStructuralFeature-">org.eclipse.emf.cdo.spi.common.revision.DelegatingCDORevision.getList(EStructuralFeature)</a></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.html#getList-org.eclipse.emf.ecore.EStructuralFeature-">org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision.getList(EStructuralFeature)</a>
+<div class="block"><span class="deprecationComment">As of 4.7 use either <a href="org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.html#getListOrNull-org.eclipse.emf.ecore.EStructuralFeature-"><code>InternalCDORevision.getListOrNull(EStructuralFeature)</code></a> or <a href="org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.html#getOrCreateList-org.eclipse.emf.ecore.EStructuralFeature-"><code>InternalCDORevision.getOrCreateList(EStructuralFeature)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.html#getList-org.eclipse.emf.ecore.EStructuralFeature-int-">org.eclipse.emf.cdo.spi.common.revision.AbstractCDORevision.getList(EStructuralFeature, int)</a></td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.html#getList-org.eclipse.emf.ecore.EStructuralFeature-int-">org.eclipse.emf.cdo.spi.common.revision.DelegatingCDORevision.getList(EStructuralFeature, int)</a></td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.html#getList-org.eclipse.emf.ecore.EStructuralFeature-int-">org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision.getList(EStructuralFeature, int)</a>
+<div class="block"><span class="deprecationComment">As of 4.7 use either <a href="org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.html#getListOrNull-org.eclipse.emf.ecore.EStructuralFeature-"><code>InternalCDORevision.getListOrNull(EStructuralFeature)</code></a> or <a href="org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.html#getOrCreateList-org.eclipse.emf.ecore.EStructuralFeature-int-"><code>InternalCDORevision.getOrCreateList(EStructuralFeature, int)</code></a>.</span></div>
+</td>
+</tr>
+<tr class="altColor">
<td class="colOne"><a href="org/eclipse/emf/cdo/server/IRepository.html#getLockManager--">org.eclipse.emf.cdo.server.IRepository.getLockManager()</a>
<div class="block"><span class="deprecationComment">As of 4.1 use <a href="org/eclipse/emf/cdo/server/IRepository.html#getLockingManager--"><code>IRepository.getLockingManager()</code></a>.</span></div>
</td>
@@ -1552,6 +1574,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small><i class="copyright">Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html</i></small></p>
+<p class="legalCopy"><small><i class="copyright">Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html</i></small></p>
</body>
</html>

Back to the top