Kernel::WebApp::Util::BusinessObject::Role::ProvidesUserActivity

NAME

Kernel::WebApp::Util::BusinessObject::Role::ProvidesUserActivity – Provides user activity support for a business object.

around MethodParamValidationSchema()

Around's the original 'MethodParamValidationSchema' of the driver to just add the schema of the parameter 'ObjectAttributes'.

around ColumnTitles()

Around's the original 'ColumnTitles' of the current business object to add the live people column.

around HasPopoverColumns()

Around's the original 'HasPopoverColumns' of the current business object to add the live people column.

GetItemIDsWithUserActivity()

Generates a list of item ids which have currently a user activity.

Returns

    $UserActivityList = [
        123,
        222,
        333,
    ];

around ItemUpdateCheck()

Around's the original 'ItemUpdateCheck' of the business object to just add the user activity check result.

Scroll to Top