2

I am using Apache Chemistry 0.14.0 to access documents in Alfresco 5.1. I am using AtomPub binding to access Alfresco.

When I invoke getRenditions() method on CmisDocument null is returned for all documents. Any ideas what could be the cause?

4castle
  • 32,613
  • 11
  • 69
  • 106
zoran
  • 826
  • 1
  • 10
  • 14

1 Answers1

3

By default, renditions are not requested. You have to use an OperationContext with a rendition filter.

See:

Florian Müller
  • 3,215
  • 1
  • 14
  • 11