Group object methods
The following list summarizes the Group object methods:
Note: For all Perl Get and Set methods, see the Properties
section of this object.
- Method name
- Description
AddGroup- Adds a subgroup to this group.
AddUser- Adds a user to this group.
GetMasterReplicaName- Perl only. Returns the name of the replica that masters the group.
IsSubscribedToAllDatabases- Checks whether this Group is subscribed to all databases in a schema repository (master database).
RemoveGroup- Removes a subgroup from this group.
RemoveUser- Removes a user from this group.
SetMasterReplicaByName- Perl only. Sets the replica that masters the group record.
SetSubscribedToAllDatabases- Subscribes the group to all databases.
SiteHasMastership- Tests whether this group is mastered in the session database.
SubscribeDatabase- Subscribes this group to the specified database.
UnsubscribeAllDatabases- Unsubscribes the group from all databases.
UnsubscribeDatabase- Unsubscribes the group from the specified database.