Package org.openiam.sync.service
Interface SourceAdapter
-
- All Known Implementing Classes:
AbstractSrcAdapter,ConnectorAdapter,CSVAdapter,LogAdapter,RDBMSAdapter
public interface SourceAdapterInterface to implementing source adapters- Author:
- suneet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessPart(PartialDataProcessingRequest request)SyncResponsestartSynch(SynchConfig config)SyncResponsestartSynch(SynchConfig config, List<LineObject> targetSystemObjects)ResponsetestConnection(SynchConfig config)
-
-
-
Method Detail
-
startSynch
SyncResponse startSynch(SynchConfig config) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
startSynch
SyncResponse startSynch(SynchConfig config, List<LineObject> targetSystemObjects) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
testConnection
Response testConnection(SynchConfig config)
-
processPart
void processPart(PartialDataProcessingRequest request) throws Exception
- Throws:
Exception
-
-