public class TransformerSelectorImplOriginal extends Object implements TransformerSelector
| Constructor and Description |
|---|
TransformerSelectorImplOriginal() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentTransformer> |
selectTransformers(String sourceMimetype,
long sourceSize,
String targetMimetype,
TransformationOptions options)
Returns a sorted list of transformers that identifies the order in which transformers
should be tried.
|
void |
setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry) |
public void setContentTransformerRegistry(ContentTransformerRegistry contentTransformerRegistry)
public List<ContentTransformer> selectTransformers(String sourceMimetype, long sourceSize, String targetMimetype, TransformationOptions options)
TransformerSelectorselectTransformers in interface TransformerSelectoroptions - transformation optionsCopyright © 2005–2018 Alfresco Software. All rights reserved.