RT 4.0.24 Documentation

This version has reached its end of life and is out of support. Please contact us for upgrade assistance.

RT::CachedGroupMembers

Go to latest version →

NAME

  RT::CachedGroupMembers - a collection of RT::GroupMember objects

SYNOPSIS

  use RT::CachedGroupMembers;

DESCRIPTION

METHODS

LimitToUsers

Limits this search object to users who are members of this group This is really useful when you want to have your UI separate out groups from users for display purposes

LimitToGroups

Limits this search object to Groups who are members of this group This is really useful when you want to have your UI separate out groups from users for display purposes

LimitToMembersOfGroup PRINCIPAL_ID

Takes a Principal Id as its only argument. Limits the current search principals which are _directly_ members of the group which has PRINCIPAL_ID as its principal id.

LimitToGroupsWithMember PRINCIPAL_ID

Takes a Principal Id as its only argument. Limits the current search to groups which contain PRINCIPAL_ID as a member or submember. This function gets used by GroupMember->Create to populate subgroups

NewItem

Returns an empty new RT::CachedGroupMember item

← Back to index