Package com.dnanexus
Class DXSearch.FindExecutionsResult<T extends DXExecution>
- java.lang.Object
-
- com.dnanexus.DXSearch.FindExecutionsResult<T>
-
- 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 afindExecutionsquery.This class paginates through the results as necessary to return the full result set.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-