|
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. |
|
RenditionService.loadRenditionDefinition(QName renditionName) This method retrieves a RenditionDefinition that has been stored in the repository using the save() method. |
Methods in org.alfresco.service.cmr.rendition that return types with arguments of type RenditionDefinition | |
RenditionService.loadRenditionDefinitions() This method retrieves the RenditionDefinitions that have been stored in the repository using the save() method. |
|
RenditionService.loadRenditionDefinitions(String renderingEngineName) This method retrieves the stored RenditionDefinitions that have been registered for the specified rendering engine name. |
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. |
void |
RenditionService.saveRenditionDefinition(RenditionDefinition renditionDefinition) This method serializes the RenditionDefinition and stores it in the repository. |
|