Interface IQueryContext

    • Method Detail

      • getView

        IView getView()
      • isCancelled

        boolean isCancelled()
        Since:
        4.12
      • getResultCount

        int getResultCount()
        Since:
        4.0
      • addResult

        boolean addResult​(java.lang.Object object)
        Adds the given object to the results of the associated query.
        Parameters:
        object - Support many primitives, CDOID and CDORevision. CDORevision are converted in CDOID and only CDOID are transfered to the client.
        Returns:
        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).