Class ContentTransformerRegistry.TransformationKey
- java.lang.Object
-
- org.alfresco.repo.content.transform.ContentTransformerRegistry.TransformationKey
-
- Enclosing class:
- ContentTransformerRegistry
@Deprecated public static class ContentTransformerRegistry.TransformationKey extends Object
Deprecated.A key for a combination of a source and target mimetype Deprecated since 3.0
-
-
Constructor Summary
Constructors Constructor Description TransformationKey(String sourceMimetype, String targetMimetype)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.StringgetSourceMimetype()Deprecated.StringgetTargetMimetype()Deprecated.inthashCode()Deprecated.
-