Ags.BusinessGroup¶
- Implementations:
 
Methods¶
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Ags.BusinessGroup¶
 - Bases:
 - Structure:
 
- get_group_name(security_context, user_uuid, security_token, group_uuid)¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the group’s UUID
- Raises:
 - Returns:
 the business group’s name as string
- Return type:
 
Get business group name.
New in version 3.0.0.
- get_group_uuid(security_context, user_uuid, security_token)¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the users unique identifiersecurity_token (
str) – the security token
- Raises:
 - Returns:
 the group UUIDs as
Noneterminated string array- Return type:
 [
str]
Get group UUID as string vector.
New in version 3.0.0.
- get_user(security_context, user_uuid, security_token, group_uuid)¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the business group’s UUID
- Raises:
 - Returns:
 the business group’s user names as string vector
- Return type:
 [
str]
Get business group name as
Noneterminated string array.New in version 3.0.0.
- set_group_name(security_context, user_uuid, security_token, group_uuid, group_name)¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the group’s UUIDgroup_name (
str) – the business group’s name to set
- Raises:
 
Set business group name.
New in version 3.0.0.
- set_user(security_context, user_uuid, security_token, group_uuid, user)¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the business group’s UUIDuser ([
str]) – the string array containing user names
- Raises:
 
Set business group of user names as
Noneterminated string array.New in version 3.0.0.
- do_get_group_name(security_context, user_uuid, security_token, group_uuid) virtual¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the group’s UUID
- Returns:
 the business group’s name as string
- Return type:
 
Get business group name.
New in version 3.0.0.
- do_get_group_uuid(security_context, user_uuid, security_token) virtual¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the users unique identifiersecurity_token (
str) – the security token
- Returns:
 the group UUIDs as
Noneterminated string array- Return type:
 [
str]
Get group UUID as string vector.
New in version 3.0.0.
- do_get_user(security_context, user_uuid, security_token, group_uuid) virtual¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the business group’s UUID
- Returns:
 the business group’s user names as string vector
- Return type:
 [
str]
Get business group name as
Noneterminated string array.New in version 3.0.0.
- do_set_group_name(security_context, user_uuid, security_token, group_uuid, group_name) virtual¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the group’s UUIDgroup_name (
str) – the business group’s name to set
Set business group name.
New in version 3.0.0.
- do_set_user(security_context, user_uuid, security_token, group_uuid, user) virtual¶
 - Parameters:
 security_context (
GObject.Object) – theAgs.SecurityContextuser_uuid (
str) – the user’s UUIDsecurity_token (
str) – the security tokengroup_uuid (
str) – the business group’s UUIDuser ([
str]) – the string array containing user names
Set business group of user names as
Noneterminated string array.New in version 3.0.0.