Class PlanningSolutionCopyHelper

  • All Implemented Interfaces:
    org.uberfire.ext.editor.commons.backend.service.helper.CopyHelper

    @ApplicationScoped
    public class PlanningSolutionCopyHelper
    extends Object
    implements org.uberfire.ext.editor.commons.backend.service.helper.CopyHelper
    • Constructor Detail

      • PlanningSolutionCopyHelper

        public PlanningSolutionCopyHelper()
      • PlanningSolutionCopyHelper

        @Inject
        public PlanningSolutionCopyHelper​(@Named("ioStrategy")
                                          org.uberfire.io.IOService ioService,
                                          org.kie.workbench.common.screens.datamodeller.service.DataModelerService dataModelerService,
                                          org.kie.workbench.common.services.shared.project.KieModuleService kieModuleService)
    • Method Detail

      • supports

        public boolean supports​(org.uberfire.backend.vfs.Path path)
        Specified by:
        supports in interface org.uberfire.ext.editor.commons.backend.service.helper.CopyHelper
      • postProcess

        public void postProcess​(org.uberfire.backend.vfs.Path sourcePath,
                                org.uberfire.backend.vfs.Path destinationPath)
        Specified by:
        postProcess in interface org.uberfire.ext.editor.commons.backend.service.helper.CopyHelper