RT 6.0.0 Documentation

RT::URI::dashboard

Go to latest version →

NAME

RT::URI::dashboard - Internal URIs for linking to an RT::Dashboard

DESCRIPTION

This class should rarely be used directly, but via RT::URI instead.

Represents, parses, and generates internal RT URIs such as:

    dashboard:42
    dashboard://example.com/42

These URIs are used to link between objects in RT such as associating an dashboard with another dashboard.

METHODS

Much of the interface below is dictated by RT::URI and RT::URI::base.

Scheme

Return the URI scheme for dashboards

LocalURIPrefix

Returns the site-specific prefix for a local dashboard URI

IsLocal

Returns a true value, the dashboard ID, if this object represents a local dashboard, undef otherwise.

URIForObject RT::Dashboard

Returns the URI for a local RT::Dashboard object

ParseURI URI

Primarily used by RT::URI to set internal state.

Figures out from an dashboard: URI whether it refers to a local dashboard and the dashboard ID.

Returns the dashboard ID if local, otherwise returns false.

Object

Returns the object for this URI, if it's local. Otherwise returns undef.

HREF

If this is a local dashboard, return an HTTP URL for it.

Otherwise, return its URI.

AsString

Returns a description of this object

← Back to index