@StableMinor(version="12.3", sinceVersion="6.1") public interface ITransformationBuilder
ITransformation
object.Modifier and Type | Method and Description |
---|---|
ITransformation |
build(InputStream content,
String contentType,
String serviceInstanceId,
IFileMetadata fileMetadata,
Map<String,Object> args)
Returns an instance of
ITransformation based on content type, file service instance and transformation parameters. |
ITransformation build(InputStream content, String contentType, String serviceInstanceId, IFileMetadata fileMetadata, Map<String,Object> args)
ITransformation
based on content type, file service instance and transformation parameters.content
- the source of transformation.contentType
- the content type of the source of transformation.serviceInstanceId
- the service instance owner of source of the transformation.fileMetadata
- the file metadata to be built.args
- the arguments of the transformation. where the key is the parameter name
and the value represents the value of the parameter.ITransformation
implementation product of the transformation.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.