Kernel::WebApp::Util::Role::Ticket::Base

NAME

Kernel::WebApp::Util::Role::Ticket::Base – Base board-view column implementation.

DESCRIPTION

This is the base class that all column objects should inherit from. All the basic methods necessary are implemented here or require that the column object implement them.

PUBLIC INTERFACE

FilteredValuesGet()

Gets the filtered values for the specific property.

    my $Value = $Driver->FilteredValuesGet(
        ObjectID => '...',
    );

Returns

Scroll to Top