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:disableRole
 
wm.ln.acl:disableRole
This flow service disables a specified role in an ACLEntry. The role must exist in the ACLEntry. If the role exists, but is already disabled for the entry, this method does nothing. The ACL.save() must be called explicitly to save the modified ACL to disk.
Input Parameters
aclEntry
ACLEntry The lotus.domino.ACLEntry object to disable the role in.
roleName
String The name of the role to disable in the given ACLEntry. Square brackets are not required around the roleName.
Output Parameters
value
String "SUCCESS" if the disableRole method in the lotus.domino.ACLEntry class executes without problems.