|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CDOQueryInfo
Encapsulates all the transferrable information that fully specifies a query from a view to a
repository.
| Field Summary | |
|---|---|
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()
Returns true if the view of this query had legacy mode enabled at the time this query was created,
false otherwise. |
| Field Detail |
|---|
static final int UNLIMITED_RESULTS
| 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.
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 | |||||||||