Class DummyTransformServiceRegistry
- java.lang.Object
-
- org.alfresco.repo.content.transform.DummyTransformServiceRegistry
-
- All Implemented Interfaces:
org.alfresco.transform.client.registry.TransformServiceRegistry
public class DummyTransformServiceRegistry extends Object implements org.alfresco.transform.client.registry.TransformServiceRegistry
A place holder for the remote transform service registry.- Author:
- adavis
-
-
Constructor Summary
Constructors Constructor Description DummyTransformServiceRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longfindMaxSize(String sourceMimetype, String targetMimetype, Map<String,String> actualOptions, String transformName)StringfindTransformerName(String sourceMimetype, long sourceSizeInBytes, String targetMimetype, Map<String,String> actualOptions, String renditionName)
-