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 IterateQueryOptions
IterateQueryOptions.IterateQueryOptionsBuilder. build()
Validates the inputs and returns a new IterateQueryInputs objectIterateQueryOptions
IterateQueryOptions. withNewQueryParams(Map<String,Object> newParams)
Returns a newIterateQueryOptions
with a different set of query parameters.Methods in com.identityworksllc.iiq.common.query with parameters of type IterateQueryOptions Modifier and Type Method Description void
QueryUtil. 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.
-