public interface TransformerSelector
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
selectTransformers(java.lang.String sourceMimetype,
long sourceSize,
java.lang.String targetMimetype,
TransformationOptions options)
Returns a sorted list of transformers that identifies the order in which transformers
should be tried.
|
java.util.List selectTransformers(java.lang.String sourceMimetype,
long sourceSize,
java.lang.String targetMimetype,
TransformationOptions options)
sourceMimetype - sourceSize - targetMimetype - options - transformation optionsCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.