简体   繁体   中英

How to retrieve ACL in documentum 7.1 via CMIS

I need to set specific ACLs to documents, those ACLs are created like:

PREFIX + ID

and now I need to set X ACL to Y document, but I haven't found a way of how to query or retrieve any ACL, am I missing something here?

Bulk update ACLs can be done via DQL in the following way

update doc_type objects [(ALL)] set acl_name='YOUR_ACL' set acl_domain='YOUR_ACL_DOMAIN' where .... YOUR QUALIFICATION

Hope this helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM