Class 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.Void copy​(java.util.List<ResourceIdentifier> resources, java.lang.String targetPackageId, org.molgenis.jobs.Progress progress)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        copy in interface CopyService