RT::URI::user - Internal URIs for linking to an RT::User
This class should rarely be used directly, but via RT::URI instead.
Represents, parses, and generates internal RT URIs such as:
user:42
user://example.com/42
These URIs are used to link between objects in RT such as referencing an RT user record from a ticket in the Links section.
Much of the interface below is dictated by RT::URI and RT::URI::base.
Return the URI scheme for groups
Returns the site-specific prefix for a local group URI
Returns a true value, the group ID, if this object represents a local group, undef otherwise.
Returns the URI for a local RT::Group object
Primarily used by RT::URI to set internal state.
Figures out from an user:
URI whether it refers to a local user and the user ID.
Returns the user ID if local, otherwise returns false.
Returns the object for this URI, if it's local. Otherwise returns undef.
If this is a local group, return an HTTP URL for it.
Otherwise, return its URI.
Returns a description of this object
← Back to index