Uses of Interface
com.identityworksllc.iiq.common.TaskUtil.TaskResultConsumer
-
Packages that use TaskUtil.TaskResultConsumer Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of TaskUtil.TaskResultConsumer in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common with parameters of type TaskUtil.TaskResultConsumer Modifier and Type Method Description static void
TaskUtil. withLockedMasterResult(sailpoint.task.TaskMonitor monitor, TaskUtil.TaskResultConsumer consumer)
Executes the given action with a locked master resultstatic void
TaskUtil. withLockedPartitionResult(sailpoint.task.TaskMonitor monitor, TaskUtil.TaskResultConsumer consumer)
Executes the given action with a locked partition result
-