|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

Encapsulates all the transferrable information that fully specifies a query from a view to a
repository.
| Field Summary | |
|---|---|
static String |
PARAM_DISABLE_RESPONSE_FLUSHING
The name of a Boolean typed parameter to influence automatic response flushing (the default) after each query result. |
static int |
UNLIMITED_RESULTS
|
| Method Summary | |
|---|---|
CDOChangeSetData |
getChangeSetData()
Returns the change set to be considered if this query has been created by a dirty
transaction, null otherwise. |
Object |
getContext()
Returns the context object, or null if no context is bound. |
int |
getMaxResults()
Returns the maximum number of results to retrieve or UNLIMITED_RESULTS for no limitation. |
Map<String,Object> |
getParameters()
Returns the parameters of this query as a map. |
String |
getQueryLanguage()
Returns the language identifier of this query, never null. |
String |
getQueryString()
Returns the query string of this query or null if no query string has been set. |
boolean |
isLegacyModeEnabled()
Deprecated. As of 4.2 the legacy mode is always enabled. |
| Field Detail |
|---|
static final int UNLIMITED_RESULTS
static final String PARAM_DISABLE_RESPONSE_FLUSHING
Boolean typed parameter to influence automatic response flushing (the default) after each query result.
| Method Detail |
|---|
String getQueryLanguage()
null.
String getQueryString()
null if no query string has been set.
Map<String,Object> getParameters()
Object getContext()
null if no context is bound.
int getMaxResults()
UNLIMITED_RESULTS for no limitation.
@Deprecated boolean isLegacyModeEnabled()
true if the view of this query had legacy mode enabled at the time this query was created,
false otherwise.
CDOChangeSetData getChangeSetData()
change set to be considered if this query has been created by a dirty
transaction, null otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||