Interface ImporterApi
Deprecated.
Contains all API operations for handling import.
-
Method Summary
Modifier and TypeMethodDescriptionJob
importJsonInJob
(FileImportRequest request) Deprecated.This method will be removed in the future.Job
Deprecated.This method will be removed in the future.Job
Deprecated.This method will be removed in the future.Job
synchronizeInJob
(SynchronizationRequest request) Deprecated.This method will be removed in the future.
-
Method Details
-
importJsonInJob
Deprecated.This method will be removed in the future. Please, useImporterApi.importJsonInJob(com.collibra.dgc.importer.api.request.ImportJsonInJobRequest)
.Starts import JSON job.Request is parsed from the file provided within request or uploaded file for which the
id
is provided (also within request).- Parameters:
request
- the request containing parameters for import job- Returns:
- the import job
-
synchronizeBatchInJob
Deprecated.This method will be removed in the future. Please, useImporterApi.synchronizeBatchJsonInJob(com.collibra.dgc.importer.api.request.SynchronizationBatchJsonInJobRequest)
.Starts partial (batch) import synchronization job.Request is parsed from the file provided within request or uploaded file for which the
id
is provided (also within request). The input file is treated as a part (batch) of synchronization process. After last batch, finalization (cleanup) process should be called.- Parameters:
request
- the request containing parameters for import synchronization job- Returns:
- the import job
-
synchronizeFinalizationInJob
Deprecated.This method will be removed in the future. Please, useImporterApi.synchronizeFinalizationInJob(com.collibra.dgc.importer.api.request.SynchronizationFinalizationRequest)
.Starts import finalization (cleanup) job.- Parameters:
request
- the request containing parameters for cleanup- Returns:
- the cleanup import job
-
synchronizeInJob
Deprecated.This method will be removed in the future. Please, useImporterApi.synchronizeJsonInJob(com.collibra.dgc.importer.api.request.SynchronizationJsonInJobRequest)
.Starts full import synchronization job.Request is parsed from the file provided within request or uploaded file for which the
id
is provided (also within request). The input file is treated as a full input of synchronization process.- Parameters:
request
- the request containing parameters for import synchronization job- Returns:
- the import job
-
ImporterApi
.