Package org.openiam.sync.service
Interface SourceAdapter
-
- All Known Implementing Classes:
AbstractSrcAdapter
,ConnectorAdapter
,CSVAdapter
,LogAdapter
,RDBMSAdapter
public interface SourceAdapter
Interface to implementing source adapters- Author:
- suneet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processPart(PartialDataProcessingRequest request)
SyncResponse
startSynch(SynchConfig config)
SyncResponse
startSynch(SynchConfig config, List<LineObject> targetSystemObjects)
Response
testConnection(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
-
-