Uses of Class
org.alfresco.repo.rendition2.RenditionDefinitionRegistry2Impl
-
Packages that use RenditionDefinitionRegistry2Impl Package Description org.alfresco.repo.content.metadata org.alfresco.repo.rendition2 -
-
Uses of RenditionDefinitionRegistry2Impl in org.alfresco.repo.content.metadata
Methods in org.alfresco.repo.content.metadata with parameters of type RenditionDefinitionRegistry2Impl Modifier and Type Method Description voidAsynchronousExtractor. setRenditionDefinitionRegistry2(RenditionDefinitionRegistry2Impl renditionDefinitionRegistry2) -
Uses of RenditionDefinitionRegistry2Impl in org.alfresco.repo.rendition2
Constructors in org.alfresco.repo.rendition2 with parameters of type RenditionDefinitionRegistry2Impl Constructor Description RenditionDefinition2Impl(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.
-