Uses of Class
com.identityworksllc.iiq.common.iterators.TransformingIterator
-
Packages that use TransformingIterator Package Description com.identityworksllc.iiq.common.iterators com.identityworksllc.iiq.common.task Utilities relating to tasks, including base task implementations -
-
Uses of TransformingIterator in com.identityworksllc.iiq.common.iterators
Methods in com.identityworksllc.iiq.common.iterators that return TransformingIterator Modifier and Type Method Description TransformingIterator<In,Out>
TransformingIterator. ignoreNulls()
Sets the ignore nulls flag to trueTransformingIterator<In,Out>
TransformingIterator. setFinalizer(Runnable finalizer)
-
Uses of TransformingIterator in com.identityworksllc.iiq.common.task
Subclasses of TransformingIterator in com.identityworksllc.iiq.common.task Modifier and Type Class Description class
AbstractThreadedObjectIteratorTask.ResultTransformingIterator
Wraps the output iterators for transformation purposes.Constructor parameters in com.identityworksllc.iiq.common.task with type arguments of type TransformingIterator Constructor Description BasicObjectRetriever(sailpoint.api.SailPointContext context, sailpoint.object.Attributes<String,Object> arguments, Function<Iterator<?>,TransformingIterator<Object,ItemType>> transformerConstructor, sailpoint.object.TaskResult taskResult)
Constructs a new Basic object retriever
-