Uses of Interface
org.alfresco.repo.content.transform.LocalTransform
Packages that use LocalTransform
-
Uses of LocalTransform in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement LocalTransformModifier and TypeClassDescriptionclassAbstract supper class for local transformer using flat transform options.classTransformer that passes a document to a sequence of transforms until one succeeds.classBased on the logic of the legacy BinaryPassThrough and String Transformers.classTransformer that passes a document through a pipeline of transformations to arrive at an target mimetype.classA local transformer using flat transform options.Methods in org.alfresco.repo.content.transform that return LocalTransformModifier and TypeMethodDescriptionLocalPipelineTransform.getIntermediateTransformer(int i) LocalTransformServiceRegistry.getLocalTransform(String sourceMimetype, long sourceSizeInBytes, String targetMimetype, Map<String, String> actualOptions, String renditionName) Methods in org.alfresco.repo.content.transform with parameters of type LocalTransformModifier and TypeMethodDescriptionvoidLocalPipelineTransform.addIntermediateTransformer(LocalTransform intermediateTransformer, String targetMimetype) voidLocalFailoverTransform.addStepTransformer(LocalTransform stepTransformer) booleanLocalTransformServiceRegistry.isSupported(org.alfresco.transform.config.CoreFunction function, LocalTransform transform) Returnstrueif thefunctionis supported by the transform.