Interface CompositeRenditionDefinition
-
- All Superinterfaces:
Action,ActionList<RenditionDefinition>,ParameterizedItem,RenditionDefinition,java.io.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 specialRenditionDefinitionwhich allows sequential execution of a list of otherRenditionDefinitions. 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 aCompositeRenditionDefinitionthat has two sub-definitions, one to reformat the PDF to a JPEG image and the second to resize the JPEG image.- Author:
- Nick Smith
-
-
Method Summary
-
Methods inherited from interface org.alfresco.service.cmr.action.Action
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
-
Methods inherited from interface org.alfresco.service.cmr.action.ActionList
addAction, addAction, getAction, getActions, hasActions, indexOfAction, removeAction, removeAllActions, setAction
-
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues
-
Methods inherited from interface org.alfresco.service.cmr.rendition.RenditionDefinition
getCallback, getRenditionAssociationType, getRenditionName, getRenditionParent, setCallback, setRenditionAssociationType, setRenditionParent
-
-