cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS:Get all metadata

rahulmackdani
Champ in-the-making
Champ in-the-making
Hi All

Can we get all custom metadata through CMIS object.

document.getProperties would only return OOTB properties.Correct me if am wrong

I have 2 types of custom properties

1)Part of custom Aspect
2)Not part of any aspect


Since there is lot of metadata, I am looking for some API which would return list of all custom metadata.

Please provide your inputs

2 REPLIES 2

romschn
Star Collaborator
Star Collaborator
AFAIK, with CMIS 1.1 support, custom metadata part of aspect is supported. Could you please check once calling getProperties method whether it is returning the custom properties from the aspect or not.

Hope this helps.

rahulmackdani
Champ in-the-making
Champ in-the-making
Hi All

I got solution to the problem.Issue was that I was using 1.0 CMIS URL and not 1.1.

As mentioned by Ramesh in post above getProperties would return all metadata but need to use CMIS 1.1 URL

Ref URLhttp://ecmarchitect.com/archives/2013/09/15/3554