Generally I want to upload new document with custom property. I have found solution how to do this. Firstly I need to create aspect with property and create rule that assigns aspect to new document. Next step is to set aspect property value to uploaded file. It's very simple when we do it with CMIS in JAVA but I wan't to use JAVA. I want to do it with one HTTP request.
How can I do it with REST?
Nowhere I can find tips how to do this.
Solved! Go to Solution.
See the reference for updateNode: Alfresco Content Services REST API Explorer . I'm assuming this'll work with custom properties, though I haven't actually tried it out.
See the reference for updateNode: Alfresco Content Services REST API Explorer . I'm assuming this'll work with custom properties, though I haven't actually tried it out.
Yes it works! Thank you.
I have found another solution with cmis that not require setting rules. It allows to add aspect and set value simultaneously.
Glad to hear it works!
Free tip: when working with CMIS, it's usually more convenient to use a Java CMIS client library and let that take care of all the XML messaging for you.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.