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/util/CDOQueryInfo.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/CDOQueryInfo.html32
1 files changed, 28 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/CDOQueryInfo.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/CDOQueryInfo.html
index e376c8f192..8f9545fffe 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/CDOQueryInfo.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/CDOQueryInfo.html
@@ -135,6 +135,14 @@ Encapsulates all the transferrable information that fully specifies a query from
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#PARAM_DISABLE_RESPONSE_FLUSHING">PARAM_DISABLE_RESPONSE_FLUSHING</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The name of a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><CODE>Boolean</CODE></A> typed <A HREF="../../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#getParameters()"><CODE>parameter</CODE></A> to influence automatic response flushing (the default) after each query result.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#UNLIMITED_RESULTS">UNLIMITED_RESULTS</A></B></CODE>
@@ -206,8 +214,7 @@ Encapsulates all the transferrable information that fully specifies a query from
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#isLegacyModeEnabled()">isLegacyModeEnabled</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns <code>true</code> if the view of this query had legacy mode enabled at the time this query was created,
- <code>false</code> otherwise.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of 4.2 the legacy mode is always enabled.</I></TD>
</TR>
</TABLE>
&nbsp;
@@ -231,6 +238,20 @@ static final int <B>UNLIMITED_RESULTS</B></PRE>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.common.util.CDOQueryInfo.UNLIMITED_RESULTS">Constant Field Values</A></DL>
</DL>
+<HR>
+
+<A NAME="PARAM_DISABLE_RESPONSE_FLUSHING"><!-- --></A><H3>
+PARAM_DISABLE_RESPONSE_FLUSHING</H3>
+<PRE>
+static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PARAM_DISABLE_RESPONSE_FLUSHING</B></PRE>
+<DL>
+<DD>The name of a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><CODE>Boolean</CODE></A> typed <A HREF="../../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#getParameters()"><CODE>parameter</CODE></A> to influence automatic response flushing (the default) after each query result.
+<P>
+<DL>
+<DT><B>Since:</B></DT>
+ <DD>4.2</DD>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.common.util.CDOQueryInfo.PARAM_DISABLE_RESPONSE_FLUSHING">Constant Field Values</A></DL>
+</DL>
<!-- ============ METHOD DETAIL ========== -->
@@ -312,8 +333,11 @@ int <B>getMaxResults</B>()</PRE>
<A NAME="isLegacyModeEnabled()"><!-- --></A><H3>
isLegacyModeEnabled</H3>
<PRE>
-boolean <B>isLegacyModeEnabled</B>()</PRE>
+<FONT SIZE="-1"><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</A>
+</FONT>boolean <B>isLegacyModeEnabled</B>()</PRE>
<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>As of 4.2 the legacy mode is always enabled.</I>
+<P>
<DD>Returns <code>true</code> if the view of this query had legacy mode enabled at the time this query was created,
<code>false</code> otherwise.
<P>
@@ -399,6 +423,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
-<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i>
+<i>Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.</i>
</BODY>
</HTML>

Back to the top