Package lumis.portal.file.transformation
Class MoveTransformedPublicFilesTask
- java.lang.Object
-
- lumis.portal.file.transformation.MoveTransformedPublicFilesTask
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class MoveTransformedPublicFilesTask extends Object implements IQueueTask
Moves the public transformed files of aFileConfig
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
-
-
Constructor Summary
Constructors Constructor Description MoveTransformedPublicFilesTask(Collection<String> fileConfigIds, IWebRootPortalBaseFolder oldWebRoot)
Creates a new task for moving transformed public files.
-
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.
-
-
-
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, ornull
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 interfaceIQueueTask
- Throws:
PortalException
-
-