Uses of Interface
org.alfresco.repo.content.transform.ContentTransformerWorker
-
Packages that use ContentTransformerWorker Package Description org.alfresco.repo.content.transform org.alfresco.repo.content.transform.magick org.alfresco.repo.content.transform.pdfrenderer -
-
Uses of ContentTransformerWorker in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement ContentTransformerWorker Modifier and Type Class Description classJodContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classRuntimeExecutableContentTransformerWorkerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content.transform that return ContentTransformerWorker Modifier and Type Method Description ContentTransformerWorkerProxyContentTransformer. getWorker()Deprecated.Returns the worker that the converter usesMethods in org.alfresco.repo.content.transform with parameters of type ContentTransformerWorker Modifier and Type Method Description voidProxyContentTransformer. setWorker(ContentTransformerWorker worker)Deprecated. -
Uses of ContentTransformerWorker in org.alfresco.repo.content.transform.magick
Classes in org.alfresco.repo.content.transform.magick that implement ContentTransformerWorker Modifier and Type Class Description classAbstractImageMagickContentTransformerWorkerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classImageMagickContentTransformerWorkerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of ContentTransformerWorker in org.alfresco.repo.content.transform.pdfrenderer
Classes in org.alfresco.repo.content.transform.pdfrenderer that implement ContentTransformerWorker Modifier and Type Class Description classAlfrescoPdfRendererContentTransformerWorkerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
-