org.alfresco.cmis
Interface CMISRenditionService

All Known Implementing Classes:
CMISRenditionServiceImpl

public interface CMISRenditionService

Service to retrieving renditions of document


Method Summary
 java.util.List getRenditions(org.alfresco.service.cmr.repository.NodeRef node, java.lang.String renditionFilter)
          Get renditions for a document.
 

Method Detail

getRenditions

java.util.List getRenditions(org.alfresco.service.cmr.repository.NodeRef node,
                             java.lang.String renditionFilter)
                             throws CMISFilterNotValidException
Get renditions for a document.

Parameters:
node - node reference of document
renditionFilter - renditions filter
Returns:
list of renditions
Throws:
CMISFilterNotValidException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.