Uses of Class
com.identityworksllc.iiq.common.query.IterateQueryOptions
- 
Packages that use IterateQueryOptions Package Description com.identityworksllc.iiq.common.query  - 
- 
Uses of IterateQueryOptions in com.identityworksllc.iiq.common.query
Methods in com.identityworksllc.iiq.common.query that return IterateQueryOptions Modifier and Type Method Description IterateQueryOptionsIterateQueryOptions.IterateQueryOptionsBuilder. build()Validates the inputs and returns a new IterateQueryInputs objectIterateQueryOptionsIterateQueryOptions. withNewQueryParams(Map<String,Object> newParams)Returns a newIterateQueryOptionswith a different set of query parameters.Methods in com.identityworksllc.iiq.common.query with parameters of type IterateQueryOptions Modifier and Type Method Description voidQueryUtil. iterateQuery(IterateQueryOptions inputs)Iterates a query by invoking a Beanshell callback for each methodPooledWorkerResults<Map<String,Object>>QueryUtil. parallelIterateQuery(IterateQueryOptions inputs, int threads)Iterates over a query in parallel, making a call to the defined callback in the input options. 
 -