Kernel::WebApp::Controller::API::Agent::ConfigItem::Role::ProvidesBusinessObjectConfigItem

NAME

Kernel::WebApp::Controller::API::Agent::ConfigItem::Role::ProvidesBusinessObjectConfigItem – Provides some special functionality for the configuration item business object endpoints.

PUBLIC INTERFACE

has ClassesForSearch

This attribute contains the classes for which the user has permission (maybe restrict to the selected filter classes).

PRIVATE INTERFACE

_BuildActiveFilters()

Add filters which must be always present for the configuration item search.

has _BuildClassesForSearch

Initializes the attribute ClassesForSearch for the current user.

We search only if we do have classes the user has access to.

Scroll to Top