Schnittstelle IStoreAccessor.QueryResourcesContext

Alle Superschnittstellen:
CDOBranchPoint, CDOBranchProvider, CDOTimeProvider
Alle bekannten Unterschnittstellen:
IStoreAccessor.QueryResourcesContext.ExactMatch
Alle bekannten Implementierungsklassen:
DelegatingQueryResourcesContext
Umschließende Schnittstelle:
IStoreAccessor

public static interface IStoreAccessor.QueryResourcesContext extends CDOBranchPoint
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.
  • Methodendetails

    • getFolderID

      CDOID getFolderID()
    • getName

      String getName()
    • exactMatch

      boolean exactMatch()
    • getMaxResults

      int getMaxResults()
      Returns the maximum number of results expected by the client or CDOQueryInfo.UNLIMITED_RESULTS for no limitation.
    • addResource

      boolean addResource(CDOID resourceID)
      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).