|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.processqueue.AbstractQueueTask lumis.portal.file.transformation.RemoveTransformedFilesTask
public class RemoveTransformedFilesTask
Runnable to performs remove transformed files.
Constructor Summary | |
---|---|
RemoveTransformedFilesTask(String transformedFileConfig,
IWebRootPortalBaseFolder webRootBaseFolder)
Constructor class. |
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 RemoveTransformedFilesTask(String transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder)
transformedFileConfig
- the id of the transformed file config to be removed.web
- root base folder from where the file should be removed.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 |