Hi,
It is possible to define an ACL model and then after apply this ACL to a folder or document?
For example,
I want to define an ACL model (something like permisssionsDefinitions.xml) before any folder/document I create and then to apply this ACL on some created folder/document.
ACL model:
ACL_X
ACE_1 (permission + authority)
ACE_2
ACE_3
…
ACL_Y
ACE_4 (permission + authority)
ACE_5
ACE_6
…
For example, I want to create a document and apply ACL_X on this document (programmatically) using Alfresco Java API.
How can I achive this?
Thanks in advance!