public class RenditionDefinitionImpl extends ActionImpl implements RenditionDefinition
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RENDITION_DEFINITION_NAME |
org.alfresco.service.namespace.QName |
renditionAssociationType |
org.alfresco.service.cmr.repository.NodeRef |
renditionParent |
| Constructor and Description |
|---|
RenditionDefinitionImpl(Action action) |
RenditionDefinitionImpl(Action action,
java.lang.String renderingEngineName) |
RenditionDefinitionImpl(java.lang.String id,
org.alfresco.service.namespace.QName renditionName,
java.lang.String renderingEngineName) |
| 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, getActionChain, getActionCondition, getActionConditions, getActionDefinitionName, getCompensatingAction, getCreatedDate, getCreator, getDescription, getExecuteAsychronously, getExecutionEndDate, getExecutionFailureMessage, getExecutionInstance, getExecutionStartDate, getExecutionStatus, getModifiedDate, getModifier, getNodeRef, getRunAsUser, getTitle, getTrackStatus, hasActionConditions, indexOfActionCondition, removeActionCondition, removeAllActionConditions, setActionChain, setActionCondition, setCompensatingAction, setCreatedDate, setCreator, setDescription, setExecuteAsynchronously, setExecutionEndDate, setExecutionFailureMessage, setExecutionInstance, setExecutionStartDate, setExecutionStatus, setModifiedDate, setModifier, setNodeRef, setRunAsUser, setTitle, setTrackStatus, toStringequals, getId, getParameterValue, getParameterValues, hashCode, setParameterValue, setParameterValuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddActionCondition, 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, setTrackStatusgetId, getParameterValue, getParameterValues, setParameterValue, setParameterValuespublic static final java.lang.String RENDITION_DEFINITION_NAME
public org.alfresco.service.cmr.repository.NodeRef renditionParent
public org.alfresco.service.namespace.QName renditionAssociationType
public RenditionDefinitionImpl(java.lang.String id,
org.alfresco.service.namespace.QName renditionName,
java.lang.String renderingEngineName)
id - the action idrenditionName - a unique name for the rendering action.renderingEngineName - the name of the rendering action definitionpublic RenditionDefinitionImpl(Action action)
public RenditionDefinitionImpl(Action action, java.lang.String renderingEngineName)
public org.alfresco.service.namespace.QName getRenditionName()
getRenditionName in interface RenditionDefinitionpublic org.alfresco.service.cmr.repository.NodeRef getRenditionParent()
RenditionDefinitionRenditionService shortly after its creation.getRenditionParent in interface RenditionDefinitionpublic void setRenditionParent(org.alfresco.service.cmr.repository.NodeRef renditionParent)
RenditionDefinitionRenditionService shortly
after its creation.setRenditionParent in interface RenditionDefinitionrenditionParent - the renditionParent to setpublic org.alfresco.service.namespace.QName getRenditionAssociationType()
RenditionDefinitionRenditionService shortly after its creation.getRenditionAssociationType in interface RenditionDefinitionpublic void setRenditionAssociationType(org.alfresco.service.namespace.QName renditionAssociationType)
RenditionDefinitionRenditionService shortly after its creation.setRenditionAssociationType in interface RenditionDefinitionrenditionAssociationType - the renditionAssociationType to setpublic void setCallback(RenderCallback callback)
RenditionDefinitionsetCallback in interface RenditionDefinitioncallback - a callback object, which may be null.public RenderCallback getCallback()
RenditionDefinitiongetCallback in interface RenditionDefinitionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.