Package org.alfresco.repo.content
Class ContentTransformServiceAdaptor
- java.lang.Object
-
- org.alfresco.repo.content.ContentTransformServiceAdaptor
-
- All Implemented Interfaces:
ContentTransformService
- Direct Known Subclasses:
ContentServiceImpl
@Deprecated public class ContentTransformServiceAdaptor extends Object implements ContentTransformService
Deprecated.Contains deprecated methods originally fromContentServiceImplthat is used to perform Legacy transforms.- Author:
- adavis
-
-
Constructor Summary
Constructors Constructor Description ContentTransformServiceAdaptor()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ContentTransformer>getActiveTransformers(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)Deprecated.List<ContentTransformer>getActiveTransformers(String sourceMimetype, String targetMimetype, TransformationOptions options)Deprecated.ContentTransformergetImageTransformer()Deprecated.longgetMaxSourceSizeBytes(String sourceMimetype, String targetMimetype, TransformationOptions transformationOptions)Deprecated.ContentTransformergetTransformer(String sourceMimetype, String targetMimetype)Deprecated.ContentTransformergetTransformer(String sourceUrl, String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)Deprecated.ContentTransformergetTransformer(String sourceMimetype, String targetMimetype, TransformationOptions options)Deprecated.List<ContentTransformer>getTransformers(String sourceUrl, String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)Deprecated.booleanisTransformable(ContentReader reader, ContentWriter writer)Deprecated.booleanisTransformable(ContentReader reader, ContentWriter writer, TransformationOptions transformationOptions)Deprecated.voidsetConverter(TransformationOptionsConverter converter)Deprecated.voidsetImageMagickContentTransformer(ContentTransformer imageMagickContentTransformer)Deprecated.voidsetLegacySynchronousTransformClient(LegacySynchronousTransformClient legacySynchronousTransformClient)Deprecated.voidsetLocalTransformServiceRegistry(org.alfresco.transform.client.registry.TransformServiceRegistry localTransformServiceRegistry)Deprecated.voidsetLocalTransformServiceRegistryImpl(LocalTransformServiceRegistry localTransformServiceRegistryImpl)Deprecated.voidsetSynchronousTransformClient(SynchronousTransformClient synchronousTransformClient)Deprecated.voidtransform(ContentReader reader, ContentWriter writer)Deprecated.voidtransform(ContentReader reader, ContentWriter writer, Map<String,Object> legacyOptionsMap)Deprecated.voidtransform(ContentReader reader, ContentWriter writer, TransformationOptions transformationOptions)Deprecated.
-
-
-
Method Detail
-
setImageMagickContentTransformer
@Deprecated public void setImageMagickContentTransformer(ContentTransformer imageMagickContentTransformer)
Deprecated.
-
setLegacySynchronousTransformClient
public void setLegacySynchronousTransformClient(LegacySynchronousTransformClient legacySynchronousTransformClient)
Deprecated.
-
setLocalTransformServiceRegistryImpl
public void setLocalTransformServiceRegistryImpl(LocalTransformServiceRegistry localTransformServiceRegistryImpl)
Deprecated.
-
setSynchronousTransformClient
public void setSynchronousTransformClient(SynchronousTransformClient synchronousTransformClient)
Deprecated.
-
setLocalTransformServiceRegistry
public void setLocalTransformServiceRegistry(org.alfresco.transform.client.registry.TransformServiceRegistry localTransformServiceRegistry)
Deprecated.
-
setConverter
public void setConverter(TransformationOptionsConverter converter)
Deprecated.
-
transform
@Deprecated public void transform(ContentReader reader, ContentWriter writer)
Deprecated.- Specified by:
transformin interfaceContentTransformService
-
transform
@Deprecated public void transform(ContentReader reader, ContentWriter writer, Map<String,Object> legacyOptionsMap) throws NoTransformerException, ContentIOException
Deprecated.- Specified by:
transformin interfaceContentTransformService- Throws:
NoTransformerExceptionContentIOException
-
transform
@Deprecated public void transform(ContentReader reader, ContentWriter writer, TransformationOptions transformationOptions) throws NoTransformerException, ContentIOException
Deprecated.- Specified by:
transformin interfaceContentTransformService- Throws:
NoTransformerExceptionContentIOException
-
getTransformer
@Deprecated public ContentTransformer getTransformer(String sourceMimetype, String targetMimetype)
Deprecated.- Specified by:
getTransformerin interfaceContentTransformService
-
getTransformer
@Deprecated public ContentTransformer getTransformer(String sourceMimetype, String targetMimetype, TransformationOptions options)
Deprecated.- Specified by:
getTransformerin interfaceContentTransformService
-
getTransformer
@Deprecated public ContentTransformer getTransformer(String sourceUrl, String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
Deprecated.- Specified by:
getTransformerin interfaceContentTransformService
-
getTransformers
@Deprecated public List<ContentTransformer> getTransformers(String sourceUrl, String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
Deprecated.- Specified by:
getTransformersin interfaceContentTransformService
-
getActiveTransformers
@Deprecated public List<ContentTransformer> getActiveTransformers(String sourceMimetype, String targetMimetype, TransformationOptions options)
Deprecated.- Specified by:
getActiveTransformersin interfaceContentTransformService
-
getActiveTransformers
@Deprecated public List<ContentTransformer> getActiveTransformers(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
Deprecated.- Specified by:
getActiveTransformersin interfaceContentTransformService
-
getMaxSourceSizeBytes
@Deprecated public long getMaxSourceSizeBytes(String sourceMimetype, String targetMimetype, TransformationOptions transformationOptions)
Deprecated.- Specified by:
getMaxSourceSizeBytesin interfaceContentTransformService
-
getImageTransformer
@Deprecated public ContentTransformer getImageTransformer()
Deprecated.- Specified by:
getImageTransformerin interfaceContentTransformService
-
isTransformable
@Deprecated public boolean isTransformable(ContentReader reader, ContentWriter writer)
Deprecated.- Specified by:
isTransformablein interfaceContentTransformService
-
isTransformable
@Deprecated public boolean isTransformable(ContentReader reader, ContentWriter writer, TransformationOptions transformationOptions)
Deprecated.- Specified by:
isTransformablein interfaceContentTransformService
-
-