lumis.portal.file.transformation
Interface IFileTransformer
- All Known Implementing Classes:
- DefaultFileTransformer
public interface IFileTransformer
File conversion interface.
- Since:
- 6.1.0
transform
TransformedFileConfig transform(FileConfig fileConfig,
FileTransformation fileTransformation)
throws PortalException
- Converts the file using the file config as source of transformation, applying the transformations.
- Parameters:
fileConfig
- source of conversion.fileTransformation
- file transformation to be applied.
- Returns:
- the
TransformedFileConfig
associate with the transformation.
- Throws:
PortalException
- Since:
- 6.1.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.