Interface IImportCommand
- All Known Implementing Classes:
AbstractImportCommand
public interface IImportCommand
Transactions must be handled by implementations of this interface
(i.e. the
execute()) method is not called in a transaction).
Implementations are required to extend AbstractImportCommand.- Since:
- 3.5.1
- Author:
- Jiri Banszel
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()voidvoidvoidsetProgressMonitor(IProgressMonitor progress)
-
Method Details
-
setLogger
-
setProgressMonitor
- Since:
- 3.5.3
-
setImportConfiguration
-
execute
- Throws:
Exception
-
getResult
IImportCommand.IImportResult getResult()
-