Package org.alfresco.repo.rendition
Class CompositeRenditionDefinitionImpl
- java.lang.Object
-
- org.alfresco.repo.action.ParameterizedItemImpl
-
- org.alfresco.repo.action.ActionImpl
-
- org.alfresco.repo.rendition.RenditionDefinitionImpl
-
- org.alfresco.repo.rendition.CompositeRenditionDefinitionImpl
-
- All Implemented Interfaces:
java.io.Serializable,Action,ActionList<RenditionDefinition>,ParameterizedItem,CompositeRenditionDefinition,RenditionDefinition
@Deprecated public class CompositeRenditionDefinitionImpl extends RenditionDefinitionImpl implements CompositeRenditionDefinition
Deprecated.The RenditionService is being replace by the simpler async RenditionService2.- Author:
- Nick Smith
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.rendition.RenditionDefinitionImpl
RENDITION_DEFINITION_NAME, renditionAssociationType, renditionParent
-
-
Constructor Summary
Constructors Constructor Description CompositeRenditionDefinitionImpl(java.lang.String id, org.alfresco.service.namespace.QName renditionName)Deprecated.CompositeRenditionDefinitionImpl(CompositeAction compositeAction)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAction(int index, RenditionDefinition action)Deprecated.Add an action to the list at the index specifiedvoidaddAction(RenditionDefinition action)Deprecated.Add an action to the end of the listRenditionDefinitiongetAction(int index)Deprecated.Get an action at a given indexjava.util.List<RenditionDefinition>getActions()Deprecated.Get list containing the actions in their current orderbooleanhasActions()Deprecated.Indicates whether there are any actionsintindexOfAction(RenditionDefinition action)Deprecated.Gets the index of an actionvoidremoveAction(RenditionDefinition action)Deprecated.Remove an action from the listvoidremoveAllActions()Deprecated.Remove all actions from the listvoidsetAction(int index, RenditionDefinition action)Deprecated.Replace the action at the specfied index with the passed action.-
Methods inherited from class org.alfresco.repo.rendition.RenditionDefinitionImpl
getCallback, getRenditionAssociationType, getRenditionName, getRenditionParent, setCallback, setRenditionAssociationType, setRenditionParent
-
Methods inherited from class org.alfresco.repo.action.ActionImpl
addActionCondition, addActionCondition, addParameterValues, getActionChain, getActionCondition, getActionConditions, getActionDefinitionName, getCompensatingAction, getCreatedDate, getCreator, getDescription, getExecuteAsychronously, getExecutionEndDate, getExecutionFailureMessage, getExecutionInstance, getExecutionStartDate, getExecutionStatus, getModifiedDate, getModifier, getNodeRef, getRunAsUser, getTenantId, getTitle, getTrackStatus, hasActionConditions, indexOfActionCondition, removeActionCondition, removeAllActionConditions, setActionChain, setActionCondition, setCompensatingAction, setCreatedDate, setCreator, setDescription, setExecuteAsynchronously, setExecutionEndDate, setExecutionFailureMessage, setExecutionInstance, setExecutionStartDate, setExecutionStatus, setModifiedDate, setModifier, setNodeRef, setRunAsUser, setTenantId, setTitle, setTrackStatus, toString
-
Methods inherited from class org.alfresco.repo.action.ParameterizedItemImpl
equals, getId, getParameterValue, getParameterValues, hashCode, setParameterValue, setParameterValues
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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.ParameterizedItem
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues
-
Methods inherited from interface org.alfresco.service.cmr.rendition.RenditionDefinition
getCallback, getRenditionAssociationType, getRenditionName, getRenditionParent, setCallback, setRenditionAssociationType, setRenditionParent
-
-
-
-
Constructor Detail
-
CompositeRenditionDefinitionImpl
public CompositeRenditionDefinitionImpl(java.lang.String id, org.alfresco.service.namespace.QName renditionName)Deprecated.- Parameters:
id- - the action idrenditionName- - a unique name for the rendering action
-
CompositeRenditionDefinitionImpl
public CompositeRenditionDefinitionImpl(CompositeAction compositeAction)
Deprecated.
-
-
Method Detail
-
addAction
public void addAction(int index, RenditionDefinition action)Deprecated.Description copied from interface:ActionListAdd an action to the list at the index specified- Specified by:
addActionin interfaceActionList<RenditionDefinition>- Parameters:
index- intaction- RenditionDefinition- See Also:
ActionList.addAction(int, org.alfresco.service.cmr.action.Action)
-
addAction
public void addAction(RenditionDefinition action)
Deprecated.Description copied from interface:ActionListAdd an action to the end of the list- Specified by:
addActionin interfaceActionList<RenditionDefinition>- Parameters:
action- RenditionDefinition- See Also:
ActionList.addAction(org.alfresco.service.cmr.action.Action)
-
getAction
public RenditionDefinition getAction(int index)
Deprecated.Description copied from interface:ActionListGet an action at a given index- Specified by:
getActionin interfaceActionList<RenditionDefinition>- Parameters:
index- int- Returns:
- RenditionDefinition
- See Also:
ActionList.getAction(int)
-
getActions
public java.util.List<RenditionDefinition> getActions()
Deprecated.Description copied from interface:ActionListGet list containing the actions in their current order- Specified by:
getActionsin interfaceActionList<RenditionDefinition>- Returns:
- the list of actions
- See Also:
ActionList.getActions()
-
hasActions
public boolean hasActions()
Deprecated.Description copied from interface:ActionListIndicates whether there are any actions- Specified by:
hasActionsin interfaceActionList<RenditionDefinition>- Returns:
- boolean
- See Also:
ActionList.hasActions()
-
indexOfAction
public int indexOfAction(RenditionDefinition action)
Deprecated.Description copied from interface:ActionListGets the index of an action- Specified by:
indexOfActionin interfaceActionList<RenditionDefinition>- Parameters:
action- RenditionDefinition- Returns:
- int
- See Also:
ActionList.indexOfAction(org.alfresco.service.cmr.action.Action)
-
removeAction
public void removeAction(RenditionDefinition action)
Deprecated.Description copied from interface:ActionListRemove an action from the list- Specified by:
removeActionin interfaceActionList<RenditionDefinition>- Parameters:
action- RenditionDefinition- See Also:
ActionList.removeAction(org.alfresco.service.cmr.action.Action)
-
removeAllActions
public void removeAllActions()
Deprecated.Description copied from interface:ActionListRemove all actions from the list- Specified by:
removeAllActionsin interfaceActionList<RenditionDefinition>- See Also:
ActionList.removeAllActions()
-
setAction
public void setAction(int index, RenditionDefinition action)Deprecated.Description copied from interface:ActionListReplace the action at the specfied index with the passed action.- Specified by:
setActionin interfaceActionList<RenditionDefinition>- Parameters:
index- intaction- RenditionDefinition- See Also:
ActionList.setAction(int, org.alfresco.service.cmr.action.Action)
-
-