public interface CompositeRenditionDefinition extends RenditionDefinition, ActionList<RenditionDefinition>
RenditionDefinition
which allows sequential
execution of a list of other RenditionDefinition
s. 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.getCallback, getRenditionAssociationType, getRenditionName, getRenditionParent, setCallback, setRenditionAssociationType, setRenditionParent
addActionCondition, addActionCondition, addParameterValues, getActionCondition, getActionConditions, getActionDefinitionName, getCompensatingAction, getCreatedDate, getCreator, getDescription, getExecuteAsychronously, getExecutionEndDate, getExecutionFailureMessage, getExecutionStartDate, getExecutionStatus, getModifiedDate, getModifier, getNodeRef, getTitle, getTrackStatus, hasActionConditions, indexOfActionCondition, removeActionCondition, removeAllActionConditions, setActionCondition, setCompensatingAction, setDescription, setExecuteAsynchronously, setTitle, setTrackStatus
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues
addAction, addAction, getAction, getActions, hasActions, indexOfAction, removeAction, removeAllActions, setAction
Copyright © 2005–2017 Alfresco Software. All rights reserved.