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)booleanisSupported(org.alfresco.transform.client.model.config.CoreFunction function, String transformerName)
-
-
-
Method Detail
-
findMaxSize
public long findMaxSize(String sourceMimetype, String targetMimetype, Map<String,String> actualOptions, String transformName)
- Specified by:
findMaxSizein interfaceorg.alfresco.transform.client.registry.TransformServiceRegistry
-
findTransformerName
public String findTransformerName(String sourceMimetype, long sourceSizeInBytes, String targetMimetype, Map<String,String> actualOptions, String renditionName)
- Specified by:
findTransformerNamein interfaceorg.alfresco.transform.client.registry.TransformServiceRegistry
-
isSupported
public boolean isSupported(org.alfresco.transform.client.model.config.CoreFunction function, String transformerName)- Specified by:
isSupportedin interfaceorg.alfresco.transform.client.registry.TransformServiceRegistry
-
-