lumis.portal.file.transformation
Class MoveTransformedPublicFilesTask

Package class diagram package MoveTransformedPublicFilesTask
java.lang.Object
  extended by lumis.portal.file.transformation.MoveTransformedPublicFilesTask
All Implemented Interfaces:
Serializable, IQueueTask

public class MoveTransformedPublicFilesTask
extends Object
implements IQueueTask

Moves the public transformed files of a FileConfig to the current web root folder.

Since:
6.2.0
See Also:
Serialized Form

Constructor Summary
MoveTransformedPublicFilesTask(Collection<String> fileConfigIds, IWebRootPortalBaseFolder oldWebRoot)
          Creates a new task for moving transformed public files.
 
Method Summary
 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(Collection<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
Method Detail

run

public void run()
         throws PortalException
Description copied from interface: IQueueTask
Method to be called by queue processor in order to process queue item.

Specified by:
run in interface IQueueTask
Throws:
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.