IAdmin Methods |
The IAdmin type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddAnonymousUser | Returns new user/associate object for anonymous user. Requires admin-anonymous-user license to use. |
![]() | AddSystemUser | Returns new user/associate object for system user. Requires admin-system-user license to use. |
![]() | AddUser | Returns new user/associate object for the given person. Users are the editable version of an associate object. |
![]() | CreateRole | Create a new role based on an existing role. (Null creates a blank role with no rights). Returns the new role. |
![]() | CreateStatusMonitor | Create a new status monitor for a given table. (Only Contact and Project are supported). |
![]() | GetAllFunctionRights | Collection of all function rights. Each function right is a list item with an id and a name + description. The value('keyname') returns the unique string name of a function right |
![]() | GetAllStatusMonitors | Return a collection of the status monitors for a given table, indexed by the monitor id. |
![]() | GetFunctionRight | Return the function right for a given id or a keyname. |
![]() | GetRoles | Get a list of roles in the system for a given role type |
![]() | GetStatusMonitor | Get a status monitor by its primary key. |
![]() | GetUser | Returns the user object for a given associate. Users are the editable version of an associate object. |
![]() | GetUserForPerson | Returns a user object for a given person. Users are the editable version of an associate object. |