Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Interface
org.alfresco.service.cmr.rendition.RenditionDefinition
Packages that use org.alfresco.service.cmr.rendition.RenditionDefinition
org.alfresco.service.cmr.rendition
Uses of RenditionDefinition in 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.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.