I am querying alfresco repository documents from alfresco 4.2. and I am getting the document object successfully.
But now I want fetch all the metadata associated with that document. I have some custom content types and some custom aspects Are there. And I want all those properties in CMIS.
At this moment I am able to fetch default properties like document name and document creation date etc.
But I am facing challenges to fetch custom aspect and custom content type related metadata.
Can anyone please help me and tell me whether it is possible in CMIS or not.
Thanks in Advance.