Package org.alfresco.transform.client.model.config
-
Interface Summary Interface Description ExtensionMap Helper class to be supplied by the client to map file extensions to mimetypes, so the json description of what is supported by the Transform Service includes file extensions rather than mmetypes, so is more readable.TransformOption Represents an individual transformer option or group of options that are required or optional (default).TransformServiceRegistry Used by clients work out if a transformation is supported by a Transform Service. -
Class Summary Class Description ChildTransformer Represents a single transformer in a pipeline of multiple transformers.SupportedSourceAndTarget Represents a single source and target combination supported by a transformer.TransformBuilder Helper class that builds aTransformergiven the source and target extensions and a pipeline of Transformers for creating intermediary content, or a set of failover transformers.Transformer Represents a set of transformations supported by the Transform Service that share the same transform options.TransformOptionGroup Represents a group of one or more options.TransformOptionValue Represents a single transformation option.TransformServiceRegistryImpl Used by clients to work out if a transformation is supported by the Transform Service.