public class RemoveTransformedFilesTask extends AbstractQueueTask
Modifier and Type | Field and Description |
---|---|
protected String |
serviceInstanceId |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected final String serviceInstanceId
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.public void run() throws PortalException
IQueueTask
PortalException
protected IWebRootPortalBaseFolder getWebRootBaseFolder() throws PortalException
IWebRootPortalBaseFolder
for the service instance.IWebRootPortalBaseFolder
for the service instance.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.