how to create a new ACL in Documentum with DQL
问题 I am doing a Java project connected to Documentum data storage and I need to create a ACL using DQL . Any idea on how can I do that ? I've found the following in my researches in EMC forums but I dont really understand how to use it ? create,c,dm_acl set,c,l,object_name your_acl_name set,c,l,owner_name dm_dbo grant,c,l,dm_world,1 // Granting Permission revoke,c,l,dm_world,execute_proc,change_permit // Revoking permission grant,c,l,your_admin,7,execute_proc,change_permit // granting permission