Package org.eclipse.emf.cdo.spi.server
Klasse DelegatingQueryResourcesContext
java.lang.Object
org.eclipse.emf.cdo.spi.server.DelegatingQueryResourcesContext
- Alle implementierten Schnittstellen:
CDOBranchPoint
,CDOBranchProvider
,CDOTimeProvider
,IStoreAccessor.QueryResourcesContext
public abstract class DelegatingQueryResourcesContext
extends Object
implements IStoreAccessor.QueryResourcesContext
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 4.2
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.IStoreAccessor.QueryResourcesContext
IStoreAccessor.QueryResourcesContext.ExactMatch
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
addResource
(CDOID resourceID) Adds the CDOID of one resource to the results of the underlying query.boolean
Returns the branch of this branch point, ornull
if this branch point is thebase
of themain branch
.protected abstract IStoreAccessor.QueryResourcesContext
int
Returns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTS
for no limitation.getName()
long
Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch.
-
Konstruktordetails
-
DelegatingQueryResourcesContext
public DelegatingQueryResourcesContext()
-
-
Methodendetails
-
getBranch
Beschreibung aus Schnittstelle kopiert:CDOBranchPoint
Returns the branch of this branch point, ornull
if this branch point is thebase
of themain branch
.- Angegeben von:
getBranch
in SchnittstelleCDOBranchPoint
- Angegeben von:
getBranch
in SchnittstelleCDOBranchProvider
-
getTimeStamp
public long getTimeStamp()Beschreibung aus Schnittstelle kopiert:CDOBranchPoint
Returns the time stamp of this branch point, or the fixed special time stampunspecified
if this branch point marks thehead
of a branch.- Angegeben von:
getTimeStamp
in SchnittstelleCDOBranchPoint
- Angegeben von:
getTimeStamp
in SchnittstelleCDOTimeProvider
-
getFolderID
- Angegeben von:
getFolderID
in SchnittstelleIStoreAccessor.QueryResourcesContext
-
getName
- Angegeben von:
getName
in SchnittstelleIStoreAccessor.QueryResourcesContext
-
exactMatch
public boolean exactMatch()- Angegeben von:
exactMatch
in SchnittstelleIStoreAccessor.QueryResourcesContext
-
getMaxResults
public int getMaxResults()Beschreibung aus Schnittstelle kopiert:IStoreAccessor.QueryResourcesContext
Returns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTS
for no limitation.- Angegeben von:
getMaxResults
in SchnittstelleIStoreAccessor.QueryResourcesContext
-
addResource
Beschreibung aus Schnittstelle kopiert:IStoreAccessor.QueryResourcesContext
Adds the CDOID of one resource to the results of the underlying query.- Angegeben von:
addResource
in SchnittstelleIStoreAccessor.QueryResourcesContext
- 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).
-
getDelegate
-