Nick, Sorry for the initial terse reply. If you are looking for the title of a datalist, that's in cm:title, which is in the titled aspect. Props from aspects are available through cmislib when you also use cmislibalf, which is available on google code [1] or through pypi.
Jeff [1] https://code.google.com/p/cmislib-alfresco-extension/ On Wed, Jul 16, 2014 at 10:56 AM, Jeff Potts <[email protected]> wrote: > Sorry, Nick, the extensions aren't implemented. > > Jeff > > > On Wed, Jul 16, 2014 at 10:22 AM, Nick Burch <[email protected]> wrote: > >> Hi All >> >> I'm currently trying to produce a simple Django app that'll fetch / >> display / store data in an Alfresco repo. Given my history, I decided I >> ought to be using CMIS, rather than Jeff's django-alfresco google code >> module[1], so I'm using cmislib >> >> However, I've hit a snag. The Alfresco data type I'm working with >> (datalist) has an auto-generated name, with the useful human readable name >> in the title, but that gets sent under an Extension by Alfresco. As such, >> cmislib's object.properties doesn't show it. >> >> What's the trick for asking cmislib for the extension properties for an >> object? >> >> Thanks >> Nick >> >> [1] https://code.google.com/p/django-alfresco/ >> > >
