Interface CopyService
-
- All Known Implementing Classes:
CopyServiceImpl
public interface CopyService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Voidcopy(List<ResourceIdentifier> resources, String targetPackageId, org.molgenis.jobs.Progress progress)
-
-
-
Method Detail
-
copy
Void copy(List<ResourceIdentifier> resources, @Nullable @CheckForNull String targetPackageId, org.molgenis.jobs.Progress progress)
-
-