Interface ProjectsImportTask


  • public interface ProjectsImportTask
    Represents one task for import projects.
    Since:
    9.0
    Author:
    Dmitry Treskunov
    • Method Detail

      • getProjectsModel

        @NotNull
        ImportedConfigsModel getProjectsModel()
        Get projects available in this import task.
      • getUsersModel

        @NotNull
        ImportedUsersModel getUsersModel()
        Get users available for import in this task.
      • getImportedArchiveInfo

        @NotNull
        ArchiveInfo getImportedArchiveInfo()
        Get info about archive used in this task.
      • getConflictsProvider

        @NotNull
        ConflictsProvider getConflictsProvider()
        Can be used to obtain conflicts between entities in the imported archive and entities existing on the server.
      • cancel

        void cancel()
        If task was started - then it will be interrupted. If not - all resources will be cleaned up.