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 interfaceRepresents the query execution state of aresources querythat 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 TypMethodeBeschreibungbooleanaddResource(CDOID resourceID) Adds the CDOID of one resource to the results of the underlying query.booleanintReturns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTSfor 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_RESULTSfor no limitation. -
addResource
Adds the CDOID of one resource to the results of the underlying query.- Gibt zurück:
trueto indicate that more results can be passed subsequently,falseotherwise (i.e. maxResults has been reached or an asynchronous query has been canceled).
-