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