Package lumis.portal.file.transformation
Class TransformationTask
- java.lang.Object
-
- lumis.portal.processqueue.AbstractQueueTask
-
- lumis.portal.file.transformation.TransformationTask
-
- All Implemented Interfaces:
java.io.Serializable
,IQueueTask
public class TransformationTask extends AbstractQueueTask
Runnable to performs file transformation.- Since:
- 6.1.0
- Version:
- $Revision: 15188 $ $Date: 2013-03-08 11:20:44 -0300 (Fri, 08 Mar 2013) $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
serviceInstanceId
-
Constructor Summary
Constructors Constructor Description TransformationTask(java.util.Collection<java.lang.String> fileIds, java.lang.String serviceInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IWebRootPortalBaseFolder
getWebRootBaseFolder()
Returns theIWebRootPortalBaseFolder
for the service instance.void
run()
Method to be called by queue processor in order to process queue item.
-
-
-
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
-
getWebRootBaseFolder
protected IWebRootPortalBaseFolder getWebRootBaseFolder() throws PortalException
Returns theIWebRootPortalBaseFolder
for the service instance.- Returns:
- the
IWebRootPortalBaseFolder
for the service instance. - Throws:
PortalException
- Since:
- 7.0.1
-
-