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(Map<String,String> actualOptions, String renditionName, String sourceMimetype, 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, String targetMimetype)
-