Package org.alfresco.opencmis
Class CMISRenditionMapping
- java.lang.Object
-
- org.alfresco.opencmis.CMISRenditionMapping
-
@Deprecated public class CMISRenditionMapping extends Object
Deprecated.The RenditionService is being replace by the simpler async RenditionService2.
-
-
Constructor Summary
Constructors Constructor Description CMISRenditionMapping(NodeService nodeService, ContentService contentService, RenditionService renditionService, TransactionService transactionService, Map<String,List<String>> renditionKinds)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<org.apache.chemistry.opencmis.commons.data.RenditionData>getRenditions(NodeRef nodeRef, String renditionFilter, BigInteger maxItems, BigInteger skipCount)Deprecated.
-
-
-
Constructor Detail
-
CMISRenditionMapping
public CMISRenditionMapping(NodeService nodeService, ContentService contentService, RenditionService renditionService, TransactionService transactionService, Map<String,List<String>> renditionKinds)
Deprecated.
-
-
Method Detail
-
getRenditions
public List<org.apache.chemistry.opencmis.commons.data.RenditionData> getRenditions(NodeRef nodeRef, String renditionFilter, BigInteger maxItems, BigInteger skipCount)
Deprecated.
-
-