IImportController Interface | 
Namespace: Omada.OE.Model.DataImport
public interface IImportController : IController
The IImportController type exposes the following members.
| Name | Description | |
|---|---|---|
| IsImportPotentiallyStale | 
            Checks if an import is potentially stale
              | |
| IsImportRunning | 
            Checks if there is an import already running
            Note: only relevant for legacy ODW imports
              | |
| IsImportWasCancelled | 
            Returns if import was cancelled by provided import token
              | |
| PerformImportCheck | 
            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
              | |
| StartImport | 
            Start the selected data load profile
            TODO: all those parameters should really be changed to an interface instead, and then implementations matching purpose
              | |
| SystemHasImportedData | 
            Checks if a system has been part of an import
              |