
public interface IQueryContext extends CDOBranchPoint
query in the server towards a query
handler.INVALID_DATE, UNSPECIFIED_DATE| Modifier and Type | Method and Description |
|---|---|
boolean |
addResult(Object object)
Adds the given object to the results of the associated query.
|
int |
getResultCount() |
IView |
getView() |
getBranch, getTimeStampIView 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).Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.