Try session.getTypeDescendants("cmis:document", 1, true);
On Mar 26, 2012, at 10:58 AM, learning coding wrote:
> Hi
> i am new to CMIS.
> I am trying to find the method which will give the list of DocumentClass
> (example Emails ), which are in Repository.
>
> What i tried to use is
>
>
> session.getTypeDescendants("Document", 1, *true*)
>
> "Document " is Symbolic Name for DocumentClass in the Repository "XYZ".
>
>
>
> Plz help
>
>
>
> Thanks
