Uses of Interface
lumis.portal.file.transformation.IFileTransformation
-
Packages that use IFileTransformation Package Description lumis.portal.file.transformation Provides the file transformations. -
-
Uses of IFileTransformation in lumis.portal.file.transformation
Classes in lumis.portal.file.transformation that implement IFileTransformation Modifier and Type Class Description class
FileTransformation
Represents the transformation of a given file.Methods in lumis.portal.file.transformation with parameters of type IFileTransformation Modifier and Type Method Description default ITransformation
ITransformationBuilder. build(IFileTransformation fileTransformation, java.io.InputStream content, java.lang.String contentType, java.lang.String serviceInstanceId, IFileMetadata fileMetadata, java.util.Map<java.lang.String,java.lang.Object> args)
Returns an instance ofITransformation
based on content type, file service instance and transformation parameters.ITransformation
ScaleTransformationBuilder. build(IFileTransformation fileTransformation, java.io.InputStream content, java.lang.String contentType, java.lang.String serviceInstanceId, IFileMetadata fileMetadata, java.util.Map<java.lang.String,java.lang.Object> args)
-