Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevision.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevision.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevision.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevision.html
index c814e370b8..c174f2ece6 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevision.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevision.html
@@ -102,7 +102,16 @@ Interface CDORevision</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDORevision</B><DT>extends <A HREF="../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionKey.html" title="interface in org.eclipse.emf.cdo.common.revision">CDORevisionKey</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisable.html" title="interface in org.eclipse.emf.cdo.common.revision">CDORevisable</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../spi/common/revision/InternalCDORevision.html" title="&#171;interface&#187; InternalCDORevision (org.eclipse.emf.cdo.spi.common.revision)" alt="" coords="5,163,269,218"/>
+<area shape="rect" id="node2" href="CDORevisionKey.html" title="&#171;interface&#187; CDORevisionKey" alt="" coords="6,5,127,45"/>
+<area shape="rect" id="node3" href="CDORevision.html" title="&#171;interface&#187; CDORevision" alt="" coords="88,84,187,124"/>
+<area shape="rect" id="node4" href="CDORevisable.html" title="&#171;interface&#187; CDORevisable" alt="" coords="157,5,261,45"/>
+</map>
+
+<CENTER><IMG SRC="CDORevision.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Encapsulates the immutable information of a single CDO object between two commits in a <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A>.
@@ -110,8 +119,6 @@ Encapsulates the immutable information of a single CDO object between two commit
<P>
<DL>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top