Uses of Interface
org.alfresco.repo.content.transform.LocalTransform
-
Packages that use LocalTransform Package Description org.alfresco.repo.content.transform -
-
Uses of LocalTransform in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement LocalTransform Modifier and Type Class Description classAbstractLocalTransformAbstract supper class for local transformer using flat transform options.classLocalPipelineTransformTransformer that passes a document through a pipeline of transformations to arrive at an target mimetype.classLocalTransformImplA local transformer using flat transform options.Methods in org.alfresco.repo.content.transform that return LocalTransform Modifier and Type Method Description LocalTransformLocalTransformServiceRegistry. getLocalTransform(java.util.Map<java.lang.String,java.lang.String> actualOptions, java.lang.String renditionName, java.lang.String sourceMimetype, java.lang.String targetMimetype, long sourceSizeInBytes)Methods in org.alfresco.repo.content.transform with parameters of type LocalTransform Modifier and Type Method Description voidLocalPipelineTransform. addIntermediateTransformer(LocalTransform intermediateTransformer, java.lang.String targetMimetype)
-