Class CMISRenditionMapping


  • @Deprecated
    public class CMISRenditionMapping
    extends java.lang.Object
    Deprecated.
    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.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Method Detail

      • getRenditions

        public 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.