Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDObject.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDObject.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDObject.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDObject.html
index a6cd331c10..0d79d1bd8a 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDObject.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDObject.html
@@ -99,7 +99,15 @@ Interface CDOIDObject</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDOIDObject</B><DT>extends <A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../spi/common/id/InternalCDOIDObject.html" title="&#171;interface&#187; InternalCDOIDObject (org.eclipse.emf.cdo.spi.common.id)" alt="" coords="5,163,237,218"/>
+<area shape="rect" id="node2" href="CDOIDObject.html" title="&#171;interface&#187; CDOIDObject" alt="" coords="71,84,171,124"/>
+<area shape="rect" id="node3" href="CDOID.html" title="&#171;interface&#187; CDOID" alt="" coords="79,5,164,45"/>
+</map>
+
+<CENTER><IMG SRC="CDOIDObject.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
The <A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> of a CDO object that is persistent in a CDO <A HREF="../../../../../../org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><CODE>repository</CODE></A>.
@@ -107,8 +115,6 @@ The <A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="
<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