Uses of Interface
org.openiam.sync.service.TransformScript
-
Packages that use TransformScript Package Description org.openiam.sync.service.impl.service Provides abstract base classes for identity transformation scripts in OpenIAM.org.openiam.sync.service.impl.srcadapter.adapters org.openiam.sync.service.impl.util -
-
Uses of TransformScript in org.openiam.sync.service.impl.service
Classes in org.openiam.sync.service.impl.service that implement TransformScript Modifier and Type Class Description classAbstractGroupTransformScriptAbstract base class for group transformation scripts in the OpenIAM identity synchronization framework.classAbstractLogTransformScriptclassAbstractManSysTransformationScriptCreated by vitalia on 11.10.17.classAbstractOrganizationTransformScriptclassAbstractResourceTransformationScriptCreated by vitalia on 26.09.17.classAbstractRoleTransformScriptclassAbstractTransformScript<T extends ProvisionObject>Abstract base class for all transformation scripts in the OpenIAM identity synchronization framework.classAbstractUserTransformScriptAbstract base class for user transformation scripts in the OpenIAM identity synchronization framework. -
Uses of TransformScript in org.openiam.sync.service.impl.srcadapter.adapters
Method parameters in org.openiam.sync.service.impl.srcadapter.adapters with type arguments of type TransformScript Modifier and Type Method Description protected LastRecordMetricLogAdapter. logProcessLineObject(LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, SimpleDateFormat sdf)protected intAbstractSrcAdapter. performTransformationScript(List<TransformScript> transformScripts, ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, List<String> errorList)protected LastRecordMetricAbstractSrcAdapter. processLineObject(ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, List<Orphan> orphanListToAdd, String syncActivityId, List<String> errorList)process only 1 given record. -
Uses of TransformScript in org.openiam.sync.service.impl.util
Methods in org.openiam.sync.service.impl.util that return types with arguments of type TransformScript Modifier and Type Method Description static List<TransformScript>SynchScriptUtil. createTransformationScript(SynchConfig config)
-