|
Packages that use org.alfresco.service.cmr.rendition.RenditionDefinition | ||
org.alfresco.service.cmr.rendition |
Methods in org.alfresco.service.cmr.rendition that return RenditionDefinition | |
RenditionService.createRenditionDefinition(QName renditionName, String renderingEngineName) Creates a new RenditionDefinition and sets the rendition name and the rendering engine name to the specified values. |
Methods in org.alfresco.service.cmr.rendition with parameters of type RenditionDefinition | |
RenditionService.render(NodeRef sourceNode, RenditionDefinition renditionDefinition) This method synchronously renders content as specified by the given RenditionDefinition. |
|
void |
RenditionService.render(NodeRef sourceNode, RenditionDefinition renditionDefinition, org.alfresco.service.cmr.rendition.RenderCallback callback) This method asynchronously renders content as specified by the given RenditionDefinition. |
|