i am working with OpenCmis api to upload files and add aspects but if i want to add a tag to some specific document, i need to add tags in alfresco repository first, and then i can attach this uid(tags) to my document from java. my question is , how to add tags first from java using opencmis ? so i could retrieve their uuid and attach them to my document from java.
i am reading but i have not a clue, some ppl says that they are using Restful api, but my first instance is to use opencmis, is there a way to do this?
thanks