Package org.eclipse.emf.cdo.server
Schnittstelle IStoreAccessor.QueryResourcesContext
- Alle Superschnittstellen:
CDOBranchPoint
,CDOBranchProvider
,CDOTimeProvider
- Alle bekannten Unterschnittstellen:
IStoreAccessor.QueryResourcesContext.ExactMatch
- Alle bekannten Implementierungsklassen:
DelegatingQueryResourcesContext
- Umschließende Schnittstelle:
IStoreAccessor
Represents the query execution state of a
resources
query
.- Seit:
- 2.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interface
Represents the query execution state of aresources query
that is supposed to deliver one exact resource, ornull
. -
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
addResource
(CDOID resourceID) Adds the CDOID of one resource to the results of the underlying query.boolean
int
Returns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTS
for no limitation.getName()
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
-
Methodendetails
-
getFolderID
CDOID getFolderID() -
getName
String getName() -
exactMatch
boolean exactMatch() -
getMaxResults
int getMaxResults()Returns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTS
for no limitation. -
addResource
Adds the CDOID of one resource to the results of the underlying query.- Gibt zurück:
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).
-