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.classLocalFailoverTransformTransformer that passes a document to a sequence of transforms until one succeeds.classLocalPassThroughTransformBased on the logic of the legacy BinaryPassThrough and String Transformers.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 LocalTransformLocalPipelineTransform. getIntermediateTransformer(int i)LocalTransformLocalTransformServiceRegistry. getLocalTransform(String sourceMimetype, long sourceSizeInBytes, String targetMimetype, Map<String,String> actualOptions, String renditionName)Methods in org.alfresco.repo.content.transform with parameters of type LocalTransform Modifier and Type Method Description voidLocalPipelineTransform. addIntermediateTransformer(LocalTransform intermediateTransformer, String targetMimetype)voidLocalFailoverTransform. addStepTransformer(LocalTransform stepTransformer)
-