Class ReconciliationObjectAbstractCommand<T extends ProvisionObject>
- java.lang.Object
-
- org.openiam.recon.service.intf.command.ReconciliationObjectAbstractCommand<T>
-
- All Implemented Interfaces:
ReconciliationObjectCommand<T>
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public abstract class ReconciliationObjectAbstractCommand<T extends ProvisionObject> extends Object implements ReconciliationObjectCommand<T>, org.springframework.context.ApplicationContextAware
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContext
context
-
Constructor Summary
Constructors Constructor Description ReconciliationObjectAbstractCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
execute(AbstractPopulationScript<T> config, String principal, String managedSysId, T object, Map<String,Attribute> attributes, String parentAuditLogId, Map<String,Object> dataMap)
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
execute
public abstract void execute(AbstractPopulationScript<T> config, String principal, String managedSysId, T object, Map<String,Attribute> attributes, String parentAuditLogId, Map<String,Object> dataMap)
- Specified by:
execute
in interfaceReconciliationObjectCommand<T extends ProvisionObject>
-
-