Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Collection Interface Reference : IUserPermissionSet interface : IUserPermissionSet methods
 

IUserPermissionSet methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.
Table 143. Multi-tenant Maintenance IUserPermissionSet interface methods
Method syntax
Description
LOGICAL CanFind ( userId AS CHARACTER )
Returns TRUE if there is a user permissions object in the set that has its Id property set to userId.
LOGICAL Contains (
  user AS IUserPermission )
Returns TRUE if the user permissions object referenced by user is in the set.
IUserPermission Find ( userId AS CHARACTER )
Returns the user permissions object from the set that has its Id property set to userId. Returns the Unknown value (?) if the object is not found.
See also:
*IDataAdminCollectioninterface
*IUserPermissioninterface