Uses of Class
org.alfresco.repo.content.transform.ContentTransformerRegistry
-
Packages that use ContentTransformerRegistry Package Description org.alfresco.repo.content.transform org.alfresco.repo.rendition2 -
-
Uses of ContentTransformerRegistry in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type ContentTransformerRegistry Modifier and Type Method Description voidTransformerConfigDynamicTransformers. removeTransformers(ContentTransformerRegistry transformerRegistry)Deprecated.voidTransformerConfigImpl. setContentTransformerRegistry(ContentTransformerRegistry transformerRegistry)Deprecated.voidTransformerConfigMBeanImpl. setContentTransformerRegistry(ContentTransformerRegistry transformerRegistry)Deprecated.voidTransformerSelectorImpl. setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry)Deprecated.voidTransformerSelectorImplOriginal. setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry)Deprecated.voidAbstractContentTransformer. setRegistry(ContentTransformerRegistry registry)Deprecated.The registry to auto-register withvoidAbstractContentTransformer2. setRegistry(ContentTransformerRegistry registry)Deprecated.The registry to auto-register withvoidLegacyTransformerDebug. setTransformerRegistry(ContentTransformerRegistry transformerRegistry)Deprecated.Constructors in org.alfresco.repo.content.transform with parameters of type ContentTransformerRegistry Constructor Description TransformerConfigDynamicTransformers(TransformerConfig transformerConfig, TransformerProperties transformerProperties, MimetypeService mimetypeService, LegacySynchronousTransformClient legacySynchronousTransformClient, ContentTransformerRegistry transformerRegistry, TransformerDebug transformerDebug, ModuleService moduleService, DescriptorService descriptorService, Properties globalProperties)Deprecated.TransformerPropertyGetter(boolean changesOnly, TransformerProperties transformerProperties, MimetypeService mimetypeService, ContentTransformerRegistry transformerRegistry, TransformerLog transformerLog, TransformerDebugLog transformerDebugLog)Deprecated.TransformerPropertySetter(TransformerProperties transformerProperties, MimetypeService mimetypeService, ContentTransformerRegistry transformerRegistry)Deprecated. -
Uses of ContentTransformerRegistry in org.alfresco.repo.rendition2
Methods in org.alfresco.repo.rendition2 with parameters of type ContentTransformerRegistry Modifier and Type Method Description voidContentTransformServiceImpl. setTransformerRegistry(ContentTransformerRegistry transformerRegistry)Deprecated.
-