|
||||||||||
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.RemoveTransformedFilesTask
public class RemoveTransformedFilesTask
Runnable to performs remove transformed files.
Field Summary | |
---|---|
protected String |
serviceInstanceId
|
Constructor Summary | |
---|---|
RemoveTransformedFilesTask(Collection<String> transformedFileIds,
Collection<String> transformedFilePaths,
String serviceInstanceId)
Creates a new instance using the given parameters. |
|
RemoveTransformedFilesTask(String transformedFileId,
String transformedFilePath,
String serviceInstanceId)
Creates a new instance using the given parameters. |
Method Summary | |
---|---|
protected IWebRootPortalBaseFolder |
getWebRootBaseFolder()
Returns the IWebRootPortalBaseFolder for the service instance. |
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 |
Field Detail |
---|
protected final String serviceInstanceId
Constructor Detail |
---|
public RemoveTransformedFilesTask(Collection<String> transformedFileIds, Collection<String> transformedFilePaths, String serviceInstanceId)
transformedFileIds
- the transformed file identifiers.transformedFilePaths
- the transformed file paths.webRootBaseFolder
- the web root base folder.public RemoveTransformedFilesTask(String transformedFileId, String transformedFilePath, String serviceInstanceId)
transformedFileId
- the transformed file identifier.transformedFilePath
- the transformed file path.webRootBaseFolder
- the web root base folder.Method Detail |
---|
public void run() throws PortalException
IQueueTask
PortalException
protected IWebRootPortalBaseFolder getWebRootBaseFolder() throws PortalException
IWebRootPortalBaseFolder
for the service instance.
IWebRootPortalBaseFolder
for the service instance.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |