我使用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