Class CopyServiceImpl
- java.lang.Object
-
- org.molgenis.navigator.copy.service.CopyServiceImpl
-
- All Implemented Interfaces:
CopyService
@Component public class CopyServiceImpl extends java.lang.Object implements CopyService
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidcopy(java.util.List<ResourceIdentifier> resources, java.lang.String targetPackageId, org.molgenis.jobs.Progress progress)
-
-
-
Method Detail
-
copy
@Transactional(isolation=SERIALIZABLE) public java.lang.Void copy(java.util.List<ResourceIdentifier> resources, @Nullable @CheckForNull java.lang.String targetPackageId, org.molgenis.jobs.Progress progress)
- Specified by:
copyin interfaceCopyService
-
-