Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IACL.AddUserGroupEntry Method 

Adds a group entry to this ACL.

IACLEntry AddUserGroupEntry(
   int groupID,
   AccessLevel accessLevel
);

Parameters

groupID
The group ID of the group to add.
accessLevel
The access level to grant.

Return Value

The previous ACLEntry specified for this group, null if there was no previous entry.

Exceptions

Exception Type Condition
ACLEntryReadOnlyException The group already has a read-only entry set.
ArgumentException An invalid group ID was passed.

See Also

IACL Interface | Plumtree.Remote.PRC Namespace