lumis.portal.file.transformation
Class TransformationTask
java.lang.Object
lumis.portal.processqueue.AbstractQueueTask
lumis.portal.file.transformation.TransformationTask
- All Implemented Interfaces:
- Serializable, IQueueTask
public class TransformationTask
- extends AbstractQueueTask
Runnable to performs file transformation.
- Since:
- 6.1.0
- See Also:
- Serialized Form
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 |
TransformationTask
public TransformationTask(String fileId,
String transformationId)
- Constructor for runnable to performs file transformation.
- Parameters:
fileId
- the file to be transformed.byteArray
- the file in bytes.transformationId
- the transformation to be performed.- Since:
- 6.1.0
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
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.