Uses of Interface
com.identityworksllc.iiq.common.task.ObjectRetriever
-
Packages that use ObjectRetriever Package Description com.identityworksllc.iiq.common.task Utilities relating to tasks, including base task implementations -
-
Uses of ObjectRetriever in com.identityworksllc.iiq.common.task
Classes in com.identityworksllc.iiq.common.task that implement ObjectRetriever Modifier and Type Class Description class
BasicObjectRetriever<ItemType>
Implements a reusable implementation ofObjectRetriever
for use with any number of scheduled tasks.Methods in com.identityworksllc.iiq.common.task that return ObjectRetriever Modifier and Type Method Description protected ObjectRetriever<ItemType>
AbstractThreadedObjectIteratorTask. getObjectRetriever(sailpoint.api.SailPointContext context, sailpoint.object.Attributes<String,Object> args)
Gets the ObjectRetriever associated with this task execution
-