Uses of Class
org.alfresco.repo.content.transform.TransformerProperties
-
Packages that use TransformerProperties Package Description org.alfresco.repo.content.transform -
-
Uses of TransformerProperties in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type TransformerProperties Modifier and Type Method Description protected Collection<org.alfresco.repo.content.transform.TransformerSourceTargetSuffixValue>TransformerPropertyNameExtractor. getTransformerSourceTargetValues(Collection<String> suffixes, boolean includeSummary, boolean includeUse, TransformerProperties transformerProperties, MimetypeService mimetypeService)Returns a set of transformer name, source extension, target extension and value from property names that defined transformation limits.protected Map<org.alfresco.repo.content.transform.TransformerSourceTargetSuffixKey,org.alfresco.repo.content.transform.TransformerSourceTargetSuffixValue>TransformerPropertyNameExtractor. getTransformerSourceTargetValuesMap(Collection<String> suffixes, boolean includeSummary, boolean includeExtensions, boolean includeUse, TransformerProperties transformerProperties, MimetypeService mimetypeService)Returns a map to access transformer name, source extension and target extension to transformer name, source extension, target extension and value, created from property names that defined transformation limits.
-