Uses of Class
org.openiam.base.response.SyncResponse
-
Packages that use SyncResponse Package Description org.openiam.base.request org.openiam.sync.service org.openiam.sync.service.impl.service.generic org.openiam.sync.service.impl.srcadapter.adapters -
-
Uses of SyncResponse in org.openiam.base.request
Subclasses of SyncResponse in org.openiam.base.request Modifier and Type Class Description class
ImportSyncResponse
Response object from a synchronization request. -
Uses of SyncResponse in org.openiam.sync.service
Methods in org.openiam.sync.service that return SyncResponse Modifier and Type Method Description SyncResponse
SourceAdapter. startSynch(SynchConfig config)
SyncResponse
SourceAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)
-
Uses of SyncResponse in org.openiam.sync.service.impl.service.generic
Methods in org.openiam.sync.service.impl.service.generic that return SyncResponse Modifier and Type Method Description SyncResponse
GenericObjectSynchService. startSynchronization(SynchConfig config)
Initiates the synchronization process -
Uses of SyncResponse in org.openiam.sync.service.impl.srcadapter.adapters
Methods in org.openiam.sync.service.impl.srcadapter.adapters that return SyncResponse Modifier and Type Method Description SyncResponse
AbstractSrcAdapter. startSynch(SynchConfig config)
SyncResponse
AbstractSrcAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)
SyncResponse
LogAdapter. startSynch(SynchConfig config)
SyncResponse
LogAdapter. startSynch(SynchConfig config, List<LineObject> objects)
-