Package org.alfresco.repo.rendition2
Class SwitchingTransformServiceRegistry
- java.lang.Object
-
- org.alfresco.repo.rendition2.AbstractTransformServiceRegistry
-
- org.alfresco.repo.rendition2.SwitchingTransformServiceRegistry
-
- All Implemented Interfaces:
org.alfresco.transform.client.registry.TransformServiceRegistry
public class SwitchingTransformServiceRegistry extends AbstractTransformServiceRegistry
A transform service registry that falls back between different implementations if not supported.- Author:
- adavis
-
-
Constructor Summary
Constructors Constructor Description SwitchingTransformServiceRegistry(org.alfresco.transform.client.registry.TransformServiceRegistry primary, org.alfresco.transform.client.registry.TransformServiceRegistry secondary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longfindMaxSize(java.lang.String sourceMimetype, java.lang.String targetMimetype, java.util.Map<java.lang.String,java.lang.String> options, java.lang.String renditionName)-
Methods inherited from class org.alfresco.repo.rendition2.AbstractTransformServiceRegistry
findTransformerName
-
-