I am using webscripts to create content on alfresco and now I want to associate some already created content as child associations to the parent content.
How can i register contents as child associations to another content in webscripts?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have no knowledge of existing web scripts that allow handling multiple-parents relationships, even if there might be some (CMIS?). In case you’re developing your custom web script, then you can use the following Java API:
which translated into the following Javascript: