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 TypMethodeBeschreibungbooleanaddResource(CDOID resourceID) Adds the CDOID of one resource to the results of the underlying query.booleanReturns the branch of this branch point, ornullif this branch point is thebaseof themain branch.protected abstract IStoreAccessor.QueryResourcesContextintReturns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTSfor no limitation.getName()longReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.
-
Konstruktordetails
-
DelegatingQueryResourcesContext
public DelegatingQueryResourcesContext()
-
-
Methodendetails
-
getBranch
Beschreibung aus Schnittstelle kopiert:CDOBranchPointReturns the branch of this branch point, ornullif this branch point is thebaseof themain branch.- Angegeben von:
getBranchin SchnittstelleCDOBranchPoint- Angegeben von:
getBranchin SchnittstelleCDOBranchProvider
-
getTimeStamp
public long getTimeStamp()Beschreibung aus Schnittstelle kopiert:CDOBranchPointReturns the time stamp of this branch point, or the fixed special time stampunspecifiedif this branch point marks theheadof a branch.- Angegeben von:
getTimeStampin SchnittstelleCDOBranchPoint- Angegeben von:
getTimeStampin SchnittstelleCDOTimeProvider
-
getFolderID
- Angegeben von:
getFolderIDin SchnittstelleIStoreAccessor.QueryResourcesContext
-
getName
- Angegeben von:
getNamein SchnittstelleIStoreAccessor.QueryResourcesContext
-
exactMatch
public boolean exactMatch()- Angegeben von:
exactMatchin SchnittstelleIStoreAccessor.QueryResourcesContext
-
getMaxResults
public int getMaxResults()Beschreibung aus Schnittstelle kopiert:IStoreAccessor.QueryResourcesContextReturns the maximum number of results expected by the client orCDOQueryInfo.UNLIMITED_RESULTSfor no limitation.- Angegeben von:
getMaxResultsin SchnittstelleIStoreAccessor.QueryResourcesContext
-
addResource
Beschreibung aus Schnittstelle kopiert:IStoreAccessor.QueryResourcesContextAdds the CDOID of one resource to the results of the underlying query.- Angegeben von:
addResourcein SchnittstelleIStoreAccessor.QueryResourcesContext- 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).
-
getDelegate
-