Class MoveTransformedPublicFilesTask

  • All Implemented Interfaces:
    java.io.Serializable, IQueueTask

    public class MoveTransformedPublicFilesTask
    extends java.lang.Object
    implements IQueueTask
    Moves the public transformed files of a FileConfig to the current web root folder.
    Since:
    6.2.0
    Version:
    $Revision: 16814 $ $Date: 2015-01-23 11:33:18 -0200 (Fri, 23 Jan 2015) $
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Method to be called by queue processor in order to process queue item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MoveTransformedPublicFilesTask

        public MoveTransformedPublicFilesTask​(java.util.Collection<java.lang.String> fileConfigIds,
                                              IWebRootPortalBaseFolder oldWebRoot)
        Creates a new task for moving transformed public files.
        Parameters:
        fileConfigIds - the identifiers of files whose transformations are to be moved.
        oldWebRoot - the web root the files were originally in, or null if they were not in any web root.
        Since:
        6.2.0