Uses of Class
org.alfresco.repo.content.transform.ContentTransformerRegistry
-
Packages that use ContentTransformerRegistry Package Description org.alfresco.repo.content org.alfresco.repo.content.transform -
-
Uses of ContentTransformerRegistry in org.alfresco.repo.content
Methods in org.alfresco.repo.content with parameters of type ContentTransformerRegistry Modifier and Type Method Description voidContentServiceImpl. setTransformerRegistry(ContentTransformerRegistry transformerRegistry) -
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)voidTransformerConfigImpl. setContentTransformerRegistry(ContentTransformerRegistry transformerRegistry)voidTransformerConfigMBeanImpl. setContentTransformerRegistry(ContentTransformerRegistry transformerRegistry)voidTransformerSelectorImpl. setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry)voidTransformerSelectorImplOriginal. setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry)voidAbstractContentTransformer. setRegistry(ContentTransformerRegistry registry)Deprecated.The registry to auto-register withvoidAbstractContentTransformer2. setRegistry(ContentTransformerRegistry registry)The registry to auto-register withConstructors in org.alfresco.repo.content.transform with parameters of type ContentTransformerRegistry Constructor Description TransformerConfigDynamicTransformers(TransformerConfig transformerConfig, TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService, ContentService contentService, ContentTransformerRegistry transformerRegistry, TransformerDebug transformerDebug, ModuleService moduleService, DescriptorService descriptorService, java.util.Properties globalProperties)TransformerDebug(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.MimetypeService mimetypeService, ContentTransformerRegistry transformerRegistry, TransformerConfig transformerConfig, org.apache.commons.logging.Log transformerLog, org.apache.commons.logging.Log transformerDebugLog)ConstructorTransformerPropertyGetter(boolean changesOnly, TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService, ContentTransformerRegistry transformerRegistry, TransformerLog transformerLog, TransformerDebugLog transformerDebugLog)TransformerPropertySetter(TransformerProperties transformerProperties, org.alfresco.service.cmr.repository.MimetypeService mimetypeService, ContentTransformerRegistry transformerRegistry)
-