Uses of Interface
org.openiam.sync.service.SyncAbstractProcessorScript
-
Packages that use SyncAbstractProcessorScript Package Description org.openiam.sync.service org.openiam.sync.service.impl.util -
-
Uses of SyncAbstractProcessorScript in org.openiam.sync.service
Subinterfaces of SyncAbstractProcessorScript in org.openiam.sync.service Modifier and Type Interface Description interface
SyncPostprocessorScript
Interface which is called after sync validated and started (currently not right after end of sync) not a mandatory scriptinterface
SyncPreprocessorScript
Interface which is called before sync running not a mandatory script -
Uses of SyncAbstractProcessorScript in org.openiam.sync.service.impl.util
Methods in org.openiam.sync.service.impl.util with parameters of type SyncAbstractProcessorScript Modifier and Type Method Description static boolean
SynchScriptUtil. validateSyncPreprocessorScriptResult(SyncAbstractProcessorScript processorScript, SynchConfig config)
-