|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.ParameterizedItemImpl
org.alfresco.repo.action.ActionImpl
org.alfresco.repo.rendition.RenditionDefinitionImpl
public class RenditionDefinitionImpl
Field Summary | |
---|---|
static java.lang.String |
RENDITION_DEFINITION_NAME
|
org.alfresco.service.namespace.QName |
renditionAssociationType
|
org.alfresco.service.cmr.repository.NodeRef |
renditionParent
|
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
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. |
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.ParameterizedItem |
---|
getId, getParameterValue, getParameterValues, setParameterValue, setParameterValues |
Field Detail |
---|
public static final java.lang.String RENDITION_DEFINITION_NAME
public org.alfresco.service.cmr.repository.NodeRef renditionParent
public org.alfresco.service.namespace.QName renditionAssociationType
Constructor Detail |
---|
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)
Method Detail |
---|
public org.alfresco.service.namespace.QName getRenditionName()
getRenditionName
in interface RenditionDefinition
public org.alfresco.service.cmr.repository.NodeRef getRenditionParent()
RenditionDefinition
RenditionService
shortly after its creation.
getRenditionParent
in interface RenditionDefinition
public void setRenditionParent(org.alfresco.service.cmr.repository.NodeRef renditionParent)
RenditionDefinition
RenditionService
shortly
after its creation.
setRenditionParent
in interface RenditionDefinition
renditionParent
- the renditionParent to setpublic org.alfresco.service.namespace.QName getRenditionAssociationType()
RenditionDefinition
RenditionService
shortly after its creation.
getRenditionAssociationType
in interface RenditionDefinition
public void setRenditionAssociationType(org.alfresco.service.namespace.QName renditionAssociationType)
RenditionDefinition
RenditionService
shortly after its creation.
setRenditionAssociationType
in interface RenditionDefinition
renditionAssociationType
- the renditionAssociationType to setpublic void setCallback(RenderCallback callback)
RenditionDefinition
setCallback
in interface RenditionDefinition
callback
- a callback object, which may be null.public RenderCallback getCallback()
RenditionDefinition
getCallback
in interface RenditionDefinition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |