Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.CommitContext.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.CommitContext.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.CommitContext.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.CommitContext.html
index 004327de7b..ab60117ee1 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.CommitContext.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.CommitContext.html
@@ -102,7 +102,15 @@ Interface IStoreAccessor.CommitContext</H2>
<HR>
<DL>
<DT><PRE>public static interface <B>IStoreAccessor.CommitContext</B><DT>extends <A HREF="../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionProvider.html" title="interface in org.eclipse.emf.cdo.common.revision">CDORevisionProvider</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../spi/server/InternalCommitContext.html" title="&#171;interface&#187; InternalCommitContext (org.eclipse.emf.cdo.spi.server)" alt="" coords="25,179,228,234"/>
+<area shape="rect" id="node2" href="IStoreAccessor.CommitContext.html" title="&#171;interface&#187; IStoreAccessor.CommitContext" alt="" coords="24,100,229,140"/>
+<area shape="rect" id="node3" href="../common/revision/CDORevisionProvider.html" title="&#171;interface&#187; CDORevisionProvider (org.eclipse.emf.cdo.common.revision)" alt="" coords="5,6,248,61"/>
+</map>
+
+<CENTER><IMG SRC="IStoreAccessor.CommitContext.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Represents the state of a single, logical commit operation which is driven through multiple calls to several
@@ -115,8 +123,6 @@ Represents the state of a single, logical commit operation which is driven throu
<DL>
<DT><B>Since:</B></DT>
<DD>2.0</DD>
-<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>
</DL>

Back to the top