Uses of Class
org.alfresco.repo.rendition2.RenditionDefinitionRegistry2Impl
Packages that use RenditionDefinitionRegistry2Impl
-
Uses of RenditionDefinitionRegistry2Impl in org.alfresco.repo.content.metadata
Methods in org.alfresco.repo.content.metadata with parameters of type RenditionDefinitionRegistry2ImplModifier and TypeMethodDescriptionvoidAsynchronousExtractor.setRenditionDefinitionRegistry2(RenditionDefinitionRegistry2Impl renditionDefinitionRegistry2) -
Uses of RenditionDefinitionRegistry2Impl in org.alfresco.repo.rendition2
Constructors in org.alfresco.repo.rendition2 with parameters of type RenditionDefinitionRegistry2ImplModifierConstructorDescriptionRenditionDefinition2Impl(String renditionName, String targetMimetype, Map<String, String> transformOptions, boolean dynamicallyLoaded, RenditionDefinitionRegistry2Impl registry) Constructor used by dynamically defined renditions that may be changed without restarting.RenditionDefinition2Impl(String renditionName, String targetMimetype, Map<String, String> transformOptions, RenditionDefinitionRegistry2Impl registry) Constructor used by statically (e.g.TransformDefinition(String transformName, String targetMimetype, Map<String, String> transformOptions, String clientData, String replyQueue, String requestId, RenditionDefinitionRegistry2Impl registry) Constructor where the same targetMimetype and transformOptions are used in multiple calls.