RT::Attributes - collection of RT::Attribute objects
use RT::Attributes;
my $Attributes = RT::Attributes->new($CurrentUser);
Returns a list of the Names of all attributes for this object.
Returns an array of all the RT::Attribute objects with the name STRING
Returns the RT::Attribute objects with the id ID
XXX TODO XXX THIS NEEDS A BETTER ACL CHECK
Deletes attributes with the matching name and the matching content or id
If Content and id are both undefined, delete all attributes with the matching name.
Limit the Attributes to rights for the object $object. It needs to be an RT::Record class.
Returns an empty new RT::Attribute item
← Back to index