cmis - Read Alfresco custom metadata via OpenCMIS? -
i created new alfresco document, , added custom aspect (exif aspect) it.
how values of metadata via opencmis/dotcmis?
i tried following not show exif metadata (nor presumably custom aspect metadata):
foreach(iproperty property in document.properties) { if (property.ismultivalued) { metadata.add(property.id, property.valuesasstring); } else { metadata.add(property.id, property.valueasstring); } }
you cannot read aspect based properties without using extension gagravarr mentioned until alfresco supports cmis 1.1. of today there no alfresco releases either in enterprise edition or community edition supports cmis 1.1. doubt 4.2 include cmis 1.1 release after will.
Comments
Post a Comment