Package com.dnanexus

Class DXSearch.FindExecutionsResult<T extends DXExecution>

  • Type Parameters:
    T - execution class that will be returned from the query
    All Implemented Interfaces:
    DXSearch.ObjectProducer<T>, Iterable<T>
    Enclosing class:
    DXSearch

    public static class DXSearch.FindExecutionsResult<T extends DXExecution>
    extends Object
    The set of executions that matched a findExecutions query.

    This class paginates through the results as necessary to return the full result set.

    • Method Detail