Class EntitlementReconTask
java.lang.Object
oracle.iam.scheduler.vo.TaskSupport
com.thortech.xl.scheduler.tasks.SchedulerBaseTask
oracle.iam.connectors.icfcommon.recon.AbstractReconTask
oracle.iam.connectors.icfcommon.recon.AbstractFlatFileReconTask
oracle.iam.connectors.icfcommon.recon.EntitlementReconTask
- All Implemented Interfaces:
Runnable
,StoppableTask
,oracle.iam.scheduler.vo.Task
This task performs Lookup recon with a twist: If "Is Entitlement"
parameter is set to true, it also sets additional
entitlement attributes in the ENT_LIST table, and makes sure it gets
synchronized with Catalog.
-
Constructor Summary
Constructors -
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
addCustomParams, addJobResults, addResult, createNotificationEvent, executeJob, getId, getImplementation, getJobID, getName, getTaskName, isJobSuccess, isStop, sendNotification, setCustomParams, setCustomStatus, setEmailConfig, setImplementation, setName, setTaskName
-
Constructor Details
-
EntitlementReconTask
public EntitlementReconTask()
-