Uses of Interface
org.alfresco.repo.content.transform.LocalTransform
-
Packages that use LocalTransform Package Description org.alfresco.repo.content.transform org.alfresco.repo.rendition2 -
-
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.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(java.lang.String sourceMimetype, long sourceSizeInBytes, java.lang.String targetMimetype, java.util.Map<java.lang.String,java.lang.String> actualOptions, java.lang.String renditionName)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)voidLocalFailoverTransform. addStepTransformer(LocalTransform stepTransformer) -
Uses of LocalTransform in org.alfresco.repo.rendition2
Methods in org.alfresco.repo.rendition2 that return LocalTransform Modifier and Type Method Description LocalTransformLocalSynchronousTransformClient. getSupportedBy()Deprecated.Methods in org.alfresco.repo.rendition2 with parameters of type LocalTransform Modifier and Type Method Description voidLocalSynchronousTransformClient. setSupportedBy(LocalTransform localTransform)Deprecated.
-