Class MigrationWorkspaceProjectMigrationServiceImpl

  • All Implemented Interfaces:
    org.guvnor.common.services.project.project.WorkspaceProjectMigrationService

    public class MigrationWorkspaceProjectMigrationServiceImpl
    extends org.guvnor.common.services.project.backend.server.WorkspaceProjectMigrationServiceImpl
    • Field Summary

      • Fields inherited from class org.guvnor.common.services.project.backend.server.WorkspaceProjectMigrationServiceImpl

        REMOTE_ORIGIN_REF
    • Constructor Summary

      Constructors 
      Constructor Description
      MigrationWorkspaceProjectMigrationServiceImpl​(org.guvnor.common.services.project.service.WorkspaceProjectService workspaceProjectService, org.guvnor.structure.repositories.RepositoryService repositoryService, org.guvnor.structure.organizationalunit.OrganizationalUnitService organizationalUnitService, org.guvnor.common.services.project.backend.server.utils.PathUtil pathUtil, javax.enterprise.event.Event<org.guvnor.common.services.project.events.NewProjectEvent> newProjectEvent, org.guvnor.common.services.project.service.ModuleService<? extends org.guvnor.common.services.project.model.Module> moduleService, org.guvnor.structure.organizationalunit.config.SpaceConfigStorageRegistry spaceConfigStorageRegistry)  
    • Constructor Detail

      • MigrationWorkspaceProjectMigrationServiceImpl

        @Inject
        public MigrationWorkspaceProjectMigrationServiceImpl​(org.guvnor.common.services.project.service.WorkspaceProjectService workspaceProjectService,
                                                             org.guvnor.structure.repositories.RepositoryService repositoryService,
                                                             org.guvnor.structure.organizationalunit.OrganizationalUnitService organizationalUnitService,
                                                             org.guvnor.common.services.project.backend.server.utils.PathUtil pathUtil,
                                                             javax.enterprise.event.Event<org.guvnor.common.services.project.events.NewProjectEvent> newProjectEvent,
                                                             org.guvnor.common.services.project.service.ModuleService<? extends org.guvnor.common.services.project.model.Module> moduleService,
                                                             org.guvnor.structure.organizationalunit.config.SpaceConfigStorageRegistry spaceConfigStorageRegistry)