Hello,
I want to create/assign hundreds of rules and i don't want to create/assign for every folder manually. How can i do this programatically? Are there any config file where i can define them?
PS: I'm using Alfresco Community - 5.2.0.
This answer is still valid (afaik): https://community.alfresco.com/message/636634-re-how-to-create-rule-for-aspect-programmatically?comm...
And where should i place that code?
This code is from the Java Foundation API, you can deploy it by using an Alfresco SDK project.
If you feel more comfortable, the same can be achieved also by using REST API.
Sorry for my lack of knowledge but:
1) Do you have any tutorial about how to use/create an Alfresco SDK project?
2) I heard that REST API is deprecated, and i can't find a method for rules in here https://api-explorer.alfresco.com/api-explorer/
Repository REST API Remote
This is the older deprecated REST API based on web scripts. You should use the new REST API, which consist of the CMIS REST API and the Alfresco REST API.DEPRECATED: use REST API instead.
Best tutorial on how to start with Alfresco SDK is https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html from Jeff Potts
Currently, the new REST API (based in Swagger/OpenAPIs and available at api-explorer website) does not include rules support yet. You should use the old REST API to manage rules. Although this old REST API is deprecated, it will be available for a year or two.
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.