Hello I have a question regarding alfresco, basically I would like to programmatically (opencmis/dotcmis) upload a document, which i already can, but on that document i would like to create discussion.
If i'm using interface i can click on a document and then i can say start discussion, and a discussion is created.
Now i would like to do the same but programmatically, any idea how to do that?
IDocument object doesn't have a method something like 'createDisucssion()'
So how can i then create a discussion using CMIS (openCmis/dotCmis) … any help would be really apprecieted.