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