Uses of Class
com.identityworksllc.iiq.common.task.export.ExportPartition
-
Packages that use ExportPartition Package Description com.identityworksllc.iiq.common.task.export The implementation of Instrumental ID’s Identity and Account data export job -
-
Uses of ExportPartition in com.identityworksllc.iiq.common.task.export
Subclasses of ExportPartition in com.identityworksllc.iiq.common.task.export Modifier and Type Class Description class
CleanupLinksPartition
class
ExportFinishPartition
Finishes the export by removing the previous run record and adding the new one, with the latest export dateclass
ExportIdentitiesPartition
class
ExportLinksPartition
Methods in com.identityworksllc.iiq.common.task.export that return types with arguments of type ExportPartition Modifier and Type Method Description List<ExportPartition>
IDWDataExporter. getPartitions(sailpoint.api.SailPointContext context, sailpoint.object.TaskResult taskResult, sailpoint.object.Attributes<String,Object> attributes)
Gets the list of partitions for the export operation.
-