Interface CompositeRenditionDefinition

All Superinterfaces:
Action, ActionList<RenditionDefinition>, ParameterizedItem, RenditionDefinition, Serializable
All Known Implementing Classes:
CompositeRenditionDefinitionImpl

@Deprecated public interface CompositeRenditionDefinition extends RenditionDefinition, ActionList<RenditionDefinition>
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
This is a special RenditionDefinition which allows sequential execution of a list of other RenditionDefinitions. For example, it might be used to transform a PDF file to a JPEG imaged and then resize that image. This would be achieved by creating a CompositeRenditionDefinition that has two sub-definitions, one to reformat the PDF to a JPEG image and the second to resize the JPEG image.
Author:
Nick Smith