Class RemoveTransformedFilesTask

  • All Implemented Interfaces:
    Serializable, IQueueTask

    public class RemoveTransformedFilesTask
    extends AbstractQueueTask
    Runnable to performs remove transformed files.
    Since:
    6.1.0
    Version:
    $Revision: 15208 $ $Date: 2013-03-12 15:01:55 -0300 (Tue, 12 Mar 2013) $
    See Also:
    Serialized Form
    • Field Detail

      • serviceInstanceId

        protected final String serviceInstanceId
    • Constructor Detail

      • RemoveTransformedFilesTask

        public RemoveTransformedFilesTask​(Collection<String> transformedFileIds,
                                          Collection<String> transformedFilePaths,
                                          String serviceInstanceId)
        Creates a new instance using the given parameters.
        Parameters:
        transformedFileIds - the transformed file identifiers.
        transformedFilePaths - the transformed file paths.
        webRootBaseFolder - the web root base folder.
        Since:
        7.0.1
      • RemoveTransformedFilesTask

        public RemoveTransformedFilesTask​(String transformedFileId,
                                          String transformedFilePath,
                                          String serviceInstanceId)
        Creates a new instance using the given parameters.
        Parameters:
        transformedFileId - the transformed file identifier.
        transformedFilePath - the transformed file path.
        webRootBaseFolder - the web root base folder.
        Since:
        7.0.1