Uses of Package
com.identityworksllc.iiq.common.task
-
Packages that use com.identityworksllc.iiq.common.task Package Description com.identityworksllc.iiq.common.task Utilities relating to tasks, including base task implementations -
Classes in com.identityworksllc.iiq.common.task used by com.identityworksllc.iiq.common.task Class Description AbstractThreadedTask An abstract superclass for nearly all custom multi-threaded SailPoint tasks.ObjectRetriever An interface allowing different implementations of object retrievers to be used with the abstract object iterator task model.PrivateContextObjectConsumer A consumer interface for executing an operation on an item in a private threadThreadedTaskListener An interface allowingAbstractThreadedTask
jobs to communicate with their threads without exposing the entire task model.ThreadWorkerCreator A functional interface for generating a SailPointWorker from a given set of objects, a consumer for those objects, and a taskContext for doing updates.