Package org.eclipse.emf.cdo.server
Schnittstelle IStoreAccessor.QueryXRefsContext
- Alle Superschnittstellen:
CDOBranchPoint,CDOBranchProvider,CDOTimeProvider
- Umschließende Schnittstelle:
IStoreAccessor
Represents the query execution state of a
XRefs query.- Seit:
- 3.0
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanaddXRef(CDOID targetID, CDOID sourceID, EReference sourceReference, int sourceIndex) Adds the data of one cross reference to the results of the underlying query.intReturns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTSfor no limitation.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
-
Methodendetails
-
getTargetObjects
- Seit:
- 4.0
-
getSourceReferences
EReference[] getSourceReferences() -
getSourceCandidates
Map<EClass,List<EReference>> getSourceCandidates()- Seit:
- 4.0
-
getMaxResults
int getMaxResults()Returns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTSfor no limitation. -
addXRef
Adds the data of one cross reference 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).
-