@AlfrescoPublicApi public interface RenditionDefinition extends Action, Serializable
renditionName
attribute which
uniquely identifies it.Modifier and Type | Method and Description |
---|---|
RenderCallback |
getCallback()
This method gets the registered callback object for use with asynchronous
renditions.
|
org.alfresco.service.namespace.QName |
getRenditionAssociationType()
Returns the association type used to link the rendition to its parent
node after it has been newly created.
|
org.alfresco.service.namespace.QName |
getRenditionName() |
org.alfresco.service.cmr.repository.NodeRef |
getRenditionParent()
Returns the node to which the rendition is linked when it is first
created.
|
void |
setCallback(RenderCallback callback)
This method sets a callback object for use in asynchronous renditions.
|
void |
setRenditionAssociationType(org.alfresco.service.namespace.QName renditionAssociationType)
Sets the association type used to link the rendition to its parent node
after it has been newly created.
|
void |
setRenditionParent(org.alfresco.service.cmr.repository.NodeRef renditionParent)
Sets the node to which the rendition is linked when it is first created.
|
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
org.alfresco.service.namespace.QName getRenditionName()
org.alfresco.service.cmr.repository.NodeRef getRenditionParent()
RenditionService
shortly after its creation.void setRenditionParent(org.alfresco.service.cmr.repository.NodeRef renditionParent)
RenditionService
shortly
after its creation.renditionParent
- the renditionParent to setorg.alfresco.service.namespace.QName getRenditionAssociationType()
RenditionService
shortly after its creation.void setRenditionAssociationType(org.alfresco.service.namespace.QName renditionAssociationType)
RenditionService
shortly after its creation.renditionAssociationType
- the renditionAssociationType to setvoid setCallback(RenderCallback callback)
callback
- a callback object, which may be null.RenderCallback getCallback()
Copyright © 2005–2017 Alfresco Software. All rights reserved.