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)
TransformerSelector
selectTransformers
in interface TransformerSelector
options
- transformation optionsCopyright © 2005–2017 Alfresco Software. All rights reserved.