我正在使用Apache Chemistry 0.14.0访问Alfresco 5.1中的文档。我正在使用AtomPub绑定来访问Alfresco。
当我在CmisDocument上调用getRenditions()方法时,将为所有文档返回null。任何想法可能是什么原因?
最佳答案
默认情况下,不要求再现。您必须使用带有呈现过滤器的OperationContext。
看到:
https://chemistry.apache.org/docs/cmis-samples/samples/content/index.html#working-with-renditions
https://chemistry.apache.org/docs/cmis-samples/samples/operation-context/index.html#rendition-filter