Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.acl:enableRole
 
wm.ln.acl:enableRole
This flow service enables a given role for an ACLEntry. The role must exist in the ACL. If the role exists, but is already enabled for the entry, this service does nothing. The ACL.save() must be explicitly called to save the modified ACL to disk.
Input Parameters
roleName
String The name of the role to enable in the given ACLEntry. Square brackets are not required around the roleName.
aclEntry
ACLEntry The lotus.domino.ACLEntry object to enable the role in.
Output Parameters
value
String "SUCCESS" if the enableRole method in the lotus.domino.ACLEntry class executes without problems.