11-09-2017 02:33 AM
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.
11-09-2017 04:44 AM
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.
11-09-2017 04:44 AM
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.
11-09-2017 04:58 AM
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.
11-09-2017 05:19 AM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.