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:
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:
-
Field Summary
Fields inherited from class org.alfresco.repo.rendition.RenditionDefinitionImpl
RENDITION_DEFINITION_NAME, renditionAssociationType, renditionParent -
Constructor Summary
ConstructorsConstructorDescriptionCompositeRenditionDefinitionImpl(String id, QName renditionName) Deprecated.CompositeRenditionDefinitionImpl(CompositeAction compositeAction) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAction(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 listgetAction(int index) Deprecated.Get an action at a given indexDeprecated.Get list containing the actions in their current orderbooleanDeprecated.Indicates whether there are any actionsintindexOfAction(RenditionDefinition action) Deprecated.Gets the index of an actionvoidremoveAction(RenditionDefinition action) Deprecated.Remove an action from the listvoidDeprecated.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, setRenditionParentMethods 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, toStringMethods inherited from class org.alfresco.repo.action.ParameterizedItemImpl
equals, getId, getParameterValue, getParameterValues, hashCode, setParameterValue, setParameterValuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, setTrackStatusMethods inherited from interface org.alfresco.service.cmr.action.ParameterizedItem
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValuesMethods inherited from interface org.alfresco.service.cmr.rendition.RenditionDefinition
getCallback, getRenditionAssociationType, getRenditionName, getRenditionParent, setCallback, setRenditionAssociationType, setRenditionParent
-
Constructor Details
-
CompositeRenditionDefinitionImpl
Deprecated.- Parameters:
id- - the action idrenditionName- - a unique name for the rendering action
-
CompositeRenditionDefinitionImpl
Deprecated.
-
-
Method Details
-
addAction
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:
-
addAction
Deprecated.Description copied from interface:ActionListAdd an action to the end of the list- Specified by:
addActionin interfaceActionList<RenditionDefinition>- Parameters:
action- RenditionDefinition- See Also:
-
getAction
Deprecated.Description copied from interface:ActionListGet an action at a given index- Specified by:
getActionin interfaceActionList<RenditionDefinition>- Parameters:
index- int- Returns:
- RenditionDefinition
- See Also:
-
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:
-
hasActions
public boolean hasActions()Deprecated.Description copied from interface:ActionListIndicates whether there are any actions- Specified by:
hasActionsin interfaceActionList<RenditionDefinition>- Returns:
- boolean
- See Also:
-
indexOfAction
Deprecated.Description copied from interface:ActionListGets the index of an action- Specified by:
indexOfActionin interfaceActionList<RenditionDefinition>- Parameters:
action- RenditionDefinition- Returns:
- int
- See Also:
-
removeAction
Deprecated.Description copied from interface:ActionListRemove an action from the list- Specified by:
removeActionin interfaceActionList<RenditionDefinition>- Parameters:
action- RenditionDefinition- See Also:
-
removeAllActions
public void removeAllActions()Deprecated.Description copied from interface:ActionListRemove all actions from the list- Specified by:
removeAllActionsin interfaceActionList<RenditionDefinition>- See Also:
-
setAction
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:
-