|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.processqueue.AbstractQueueTask
lumis.portal.file.transformation.TransformationTask
public class TransformationTask
Runnable to performs file transformation.
Constructor Summary | |
---|---|
TransformationTask(java.lang.String fileId,
java.lang.String transformationId)
Constructor for runnable to performs file transformation. |
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 |
---|
public TransformationTask(java.lang.String fileId, java.lang.String transformationId)
fileId
- the file to be transformed.byteArray
- the file in bytes.transformationId
- the transformation to be performed.Method Detail |
---|
public void run() throws PortalException
IQueueTask
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |