Kernel::WebApp::Util::BusinessObject::KnowledgeBaseArticleAttachment

NAME

Kernel::WebApp::Util::BusinessObject::KnowledgeBaseArticleAttachment

DESCRIPTION

Handles the business object knowledge base article attachment.

PUBLIC INTERFACE

has Attachments

Contains attachment list.

around MethodParamValidationSchema()

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

Type()

Holds the type name of the current business object.

IdentifierKey()

Holds the identifier key for the knowledge base article attachment entries lists.

Label()

Holds the label of the business object.

DefaultSorting()

Holds the default sorting for the knowledge base article attachment lists.

ColumnTitles()

Holds the column title for the knowledge base article attachment list columns.

SortableColumns()

Holds the sort-able columns for the table.

TextTruncatableColumns()

Holds the columns which should be truncated in the frontend.

ClickableColumns()

Holds the columns which should be clickable truncated in the frontend.

SortList()

Manual sorting of the given attachment list, because we have no attachment search backend.

FilterList()

Manual filtering of the given attachment list, because we have no attachment search backend.

ItemDetailDataGet()

Collects the detail data for the item with the given ItemID.

PRIVATE INTERFACE

_ProvideFilters()

Holds the available filter information (e.g. which form field type).

Scroll to Top