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