Click or drag to resize

IImportController Methods

The IImportController type exposes the following members.

Methods
  NameDescription
Public methodIsImportPotentiallyStale
Checks if an import is potentially stale
Public methodIsImportRunning
Checks if there is an import already running Note: only relevant for legacy ODW imports
Public methodIsImportWasCancelled
Returns if import was cancelled by provided import token
Public methodPerformImportCheck
Sends import check request to Import Service in order for import service to check import queue for queued imports Note: only relevant for new Ingestion imports
Public methodStartImport
Start the selected data load profile TODO: all those parameters should really be changed to an interface instead, and then implementations matching purpose
Public methodSystemHasImportedData
Checks if a system has been part of an import
Top
See Also