Package lumis.portal.file.transformation
Class RemoveTransformationTask
- java.lang.Object
-
- lumis.portal.processqueue.AbstractQueueTask
-
- lumis.portal.file.transformation.RemoveTransformationTask
-
- All Implemented Interfaces:
Serializable
,IQueueTask
public class RemoveTransformationTask extends AbstractQueueTask
Runnable to performs transformation remove.- Since:
- 6.1.0
- Version:
- $Revision: 24884 $ $Date: 2022-03-16 00:02:19 -0300 (Wed, 16 Mar 2022) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoveTransformationTask(FileTransformation fileTransformation, IWebRootPortalBaseFolder webRootBaseFolder)
Creates a new transformation removal Task object.
-
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
-
RemoveTransformationTask
public RemoveTransformationTask(FileTransformation fileTransformation, IWebRootPortalBaseFolder webRootBaseFolder)
Creates a new transformation removal Task object.- Parameters:
fileTransformation
-webRootBaseFolder
-- 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.- Throws:
PortalException
-
-