Package org.alfresco.repo.rendition
Class RenditionDefinitionImpl
java.lang.Object
org.alfresco.repo.action.ParameterizedItemImpl
org.alfresco.repo.action.ActionImpl
org.alfresco.repo.rendition.RenditionDefinitionImpl
- All Implemented Interfaces:
Serializable,Action,ParameterizedItem,RenditionDefinition
- Direct Known Subclasses:
CompositeRenditionDefinitionImpl
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
- Since:
- 3.3
- Author:
- Nick Smith, Neil McErlean
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRenditionDefinitionImpl(String id, QName renditionName, String renderingEngineName) Deprecated.RenditionDefinitionImpl(Action action) Deprecated.RenditionDefinitionImpl(Action action, String renderingEngineName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method gets the registered callback object for use with asynchronous renditions.Deprecated.Returns the association type used to link the rendition to its parent node after it has been newly created.Deprecated.Deprecated.Returns the node to which the rendition is linked when it is first created.voidsetCallback(RenderCallback callback) Deprecated.This method sets a callback object for use in asynchronous renditions.voidsetRenditionAssociationType(QName renditionAssociationType) Deprecated.Sets the association type used to link the rendition to its parent node after it has been newly created.voidsetRenditionParent(NodeRef renditionParent) Deprecated.Sets the node to which the rendition is linked when it is first created.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, 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, setParameterValues
-
Field Details
-
RENDITION_DEFINITION_NAME
Deprecated.- See Also:
-
renditionParent
Deprecated. -
renditionAssociationType
Deprecated.
-
-
Constructor Details
-
RenditionDefinitionImpl
Deprecated.- Parameters:
id- the action idrenditionName- a unique name for the rendering action.renderingEngineName- the name of the rendering action definition
-
RenditionDefinitionImpl
Deprecated. -
RenditionDefinitionImpl
Deprecated.
-
-
Method Details
-
getRenditionName
Deprecated.- Specified by:
getRenditionNamein interfaceRenditionDefinition- Returns:
- the name which uniquely identifies this rendition definition.
-
getRenditionParent
Deprecated.Description copied from interface:RenditionDefinitionReturns the node to which the rendition is linked when it is first created. Typically this location is only temporary temporary as the rendition will be moved to a different location by theRenditionServiceshortly after its creation.- Specified by:
getRenditionParentin interfaceRenditionDefinition- Returns:
- the renditionParent
-
setRenditionParent
Deprecated.Description copied from interface:RenditionDefinitionSets the node to which the rendition is linked when it is first created. Typically this location is only temporary temporary as the rendition will be moved to a different location by theRenditionServiceshortly after its creation.- Specified by:
setRenditionParentin interfaceRenditionDefinition- Parameters:
renditionParent- the renditionParent to set
-
getRenditionAssociationType
Deprecated.Description copied from interface:RenditionDefinitionReturns the association type used to link the rendition to its parent node after it has been newly created. Typically this association is only temporary as the rendition will be moved to a different location by theRenditionServiceshortly after its creation.- Specified by:
getRenditionAssociationTypein interfaceRenditionDefinition- Returns:
- the renditionAssociationType
-
setRenditionAssociationType
Deprecated.Description copied from interface:RenditionDefinitionSets the association type used to link the rendition to its parent node after it has been newly created. Typically this association is only temporary as the rendition will be moved to a different location by theRenditionServiceshortly after its creation.- Specified by:
setRenditionAssociationTypein interfaceRenditionDefinition- Parameters:
renditionAssociationType- the renditionAssociationType to set
-
setCallback
Deprecated.Description copied from interface:RenditionDefinitionThis method sets a callback object for use in asynchronous renditions. It is this object that will be notified of the successful or unsuccessful completion of these renditions.- Specified by:
setCallbackin interfaceRenditionDefinition- Parameters:
callback- a callback object, which may be null.
-
getCallback
Deprecated.Description copied from interface:RenditionDefinitionThis method gets the registered callback object for use with asynchronous renditions.- Specified by:
getCallbackin interfaceRenditionDefinition- Returns:
- the callback object
-