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(java.lang.Object object)
Adds the given object to the results of the associated query.
|
int |
getResultCount() |
IView |
getView() |
getBranch, getTimeStamp
IView getView()
int getResultCount()
boolean addResult(java.lang.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) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html