Skip navigation links


oracle.iam.connectors.icfcommon.recon
Class SearchReconDeleteTask

java.lang.Object
  extended by oracle.iam.scheduler.vo.TaskSupport
      extended by com.thortech.xl.scheduler.tasks.SchedulerBaseTask
          extended by oracle.iam.connectors.icfcommon.recon.AbstractReconTask
              extended by oracle.iam.connectors.icfcommon.recon.SearchReconDeleteTask

All Implemented Interfaces:
java.lang.Runnable, StoppableTask, Task

public final class SearchReconDeleteTask
extends AbstractReconTask

Common implementation of Target Delete Reconciliation, it uses SearchApiOp and OIM deletion detection under the hood

The following task parameters are supported:

The implementation will search for all existing objects on the target system and then match them with the objects in OIM and delete the objects in OIM appropriately.

Note there is a possibility to use Filter parameter, in most cases it makes sense to set the Filter before first run of this recon task and do not change it later on to ensure consistent behavior.


Constructor Summary
SearchReconDeleteTask()
           

 

Method Summary

 

Methods inherited from class com.thortech.xl.scheduler.tasks.SchedulerBaseTask
execute, getAttribute, getAttributeMap, getAttributes, getResult, getStatus, getTaskAttributeMap, invokeMethodOnRemoteManager, isSuccess, run, runAsThread, setAttributes, setDataBase, setResult, setStatusString, setSuccess, setTaskAttributeMap, setUtilityFactory, stop, stopExecution

 

Methods inherited from class oracle.iam.scheduler.vo.TaskSupport
executeJob, getId, getImplementation, getName, getTaskName, isStop, setImplementation, setName, setTaskName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SearchReconDeleteTask

public SearchReconDeleteTask()

Skip navigation links


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.