Package de.uniba.minf.registry.importer
Class ImportServiceImpl
java.lang.Object
de.uniba.minf.registry.importer.ImportServiceImpl
- All Implemented Interfaces:
ImportService,PropertyChangeListener,EventListener,org.springframework.beans.factory.InitializingBean
@Component
public class ImportServiceImpl
extends Object
implements ImportService, org.springframework.beans.factory.InitializingBean, PropertyChangeListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlongdeleteImport(de.uniba.minf.registry.model.Import i) longdeleteImport(String uniqueId) getImportResult(String runnerId) de.uniba.minf.core.rest.model.RestActionResponse.ApiActionStatusvoidvoid
-
Field Details
-
importExecutor
-
-
Constructor Details
-
ImportServiceImpl
public ImportServiceImpl()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
deleteImport
- Specified by:
deleteImportin interfaceImportService
-
deleteImport
public long deleteImport(de.uniba.minf.registry.model.Import i) - Specified by:
deleteImportin interfaceImportService
-
getStatus
- Specified by:
getStatusin interfaceImportService
-
getImportResult
- Specified by:
getImportResultin interfaceImportService
-
importAsync
- Specified by:
importAsyncin interfaceImportService
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-