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/branch/CDOBranchPoint.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html23
1 files changed, 20 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html
index 8d2bd7f99b..8a1b995401 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html
@@ -99,7 +99,26 @@ Interface CDOBranchPoint</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDOBranchPoint</B></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../spi/common/commit/CDOChangeSetSegment.html" title="CDOChangeSetSegment (org.eclipse.emf.cdo.spi.common.commit)" alt="" coords="555,5,821,45"/>
+<area shape="rect" id="node2" href="../../../spi/cdo/CDOSessionProtocol.CommitTransactionResult.html" title="CDOSessionProtocol.CommitTransactionResult (org.eclipse.emf.spi.cdo)" alt="" coords="539,64,837,104"/>
+<area shape="rect" id="node3" href="CDOBranch.html" title="&#171;interface&#187; CDOBranch" alt="" coords="5,300,96,340"/>
+<area shape="rect" id="node4" href="CDOBranchPoint.html" title="&#171;interface&#187; CDOBranchPoint" alt="" coords="257,300,378,340"/>
+<area shape="rect" id="node5" href="CDOBranchTag.html" title="&#171;interface&#187; CDOBranchTag" alt="" coords="632,123,744,163"/>
+<area shape="rect" id="node6" href="../commit/CDOCommitInfo.html" title="&#171;interface&#187; CDOCommitInfo (org.eclipse.emf.cdo.common.commit)" alt="" coords="566,182,810,237"/>
+<area shape="rect" id="node7" href="../CDOCommonView.html" title="&#171;interface&#187; CDOCommonView (org.eclipse.emf.cdo.common)" alt="" coords="589,255,787,310"/>
+<area shape="rect" id="node8" href="../lock/CDOLockChangeInfo.html" title="&#171;interface&#187; CDOLockChangeInfo (org.eclipse.emf.cdo.common.lock)" alt="" coords="575,329,801,383"/>
+<area shape="rect" id="node9" href="../revision/CDORevisable.html" title="&#171;interface&#187; CDORevisable (org.eclipse.emf.cdo.common.revision)" alt="" coords="566,402,810,457"/>
+<area shape="rect" id="node10" href="../lock/IDurableLockingManager.LockArea.html" title="&#171;interface&#187; IDurableLockingManager.LockArea (org.eclipse.emf.cdo.common.lock)" alt="" coords="575,475,801,530"/>
+<area shape="rect" id="node11" href="../../server/IQueryContext.html" title="&#171;interface&#187; IQueryContext (org.eclipse.emf.cdo.server)" alt="" coords="597,549,779,603"/>
+<area shape="rect" id="node12" href="../../server/IStoreAccessor.QueryResourcesContext.html" title="&#171;interface&#187; IStoreAccessor.QueryResourcesContext (org.eclipse.emf.cdo.server)" alt="" coords="559,622,817,677"/>
+<area shape="rect" id="node13" href="../../server/IStoreAccessor.QueryXRefsContext.html" title="&#171;interface&#187; IStoreAccessor.QueryXRefsContext (org.eclipse.emf.cdo.server)" alt="" coords="574,695,802,750"/>
+<area shape="rect" id="node14" href="../../spi/common/branch/CDOBranchUtil.html" title="&#171;static&#187; CDOBranchUtil (org.eclipse.emf.cdo.spi.common.branch)" alt="" coords="557,769,819,823"/>
+</map>
+
+<CENTER><IMG SRC="CDOBranchPoint.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
A <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getTimeStamp()"><CODE>point in time</CODE></A> in a particular <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getBranch()"><CODE>branch</CODE></A>.
@@ -109,8 +128,6 @@ A <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.ht
<DL>
<DT><B>Since:</B></DT>
<DD>3.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../../org/eclipse/emf/cdo/common/commit/CDOCommitInfo.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>CDOCommitInfo</CODE></A>,
<A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchTag.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>CDOBranchTag</CODE></A>,
<A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html#getBase()"><CODE>CDOBranch.getBase()</CODE></A>,

Back to the top