|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryContext
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint |
---|
INVALID_DATE, UNSPECIFIED_DATE |
Method Summary | |
---|---|
boolean |
addResult(Object object)
Adds the given object to the results of the associated query. |
int |
getResultCount()
|
IView |
getView()
|
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint |
---|
getBranch, getTimeStamp |
Method Detail |
---|
IView getView()
int getResultCount()
boolean addResult(Object object)
object
- Support many primitives, CDOID and CDORevision. CDORevision are converted in CDOID and only CDOID are
transfered to the client.
true
to indicate that more results can be passed subsequently, false
otherwise
(i.e. maxResults has been reached or an asynchronous query has been canceled).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |