Core Plugins/Hooks

This page describes the Plugins and hooks offered by the module Hooks.

For general information on plugins, see Plugins.

Plugins

Network Indicator

This plugin contains a colored icon that indicates the current connection status to the server as well as network activities and maintenance mode.

Theme Switcher

Menu or toolbar (depending on the location of the plugin assignment) for selecting a BPC theme. The BPC is reloaded with the selected theme after the selection.

See also Theme Switcher

Breadcrumb

This plugin contains a breadcrumb that shows the user which branch he is in within an application.

See also Breadcrumb

Module Navigator

This plugin contains a widget that allows users to navigate to the next or last module.

See also Module navigator

Share current view

This plugin offers a button to retrieve the URL to the current view from the BPC. This URL can be shared with other users.

Deployment

This plugin provides a button to transfer individual modules and BPC configurations from one BPC installation to another within the BPC.

See also Deployment

Replication Status

This plugin displays an icon that shows the status of a replication job in color. Additional information about the replication is displayed when the mouse is hovered over the icon.
By default, the color of the icon is green (OK), orange (WARNING) or red (ERROR). The tooltip contains information about the time of the last replication update as well as potential errors or warnings.

Online User List

This plugin displays users who are currently logged into the BPC.

See also Online User List

Notifications

This plugin displays a button with the number of unread notifications. A window with the notifications is displayed when the button is clicked.

See also Notifications

This plugin displays a button that redirects to external web URLs.

See also External Link

This plugin displays a button that redirects to internal BPC modules.

See also Internal Link

Security Cockpit

This plugin displays an icon that is color-coded and shows the current overall rating of Security cockpit in the tooltip.

See also Security Cockpit

Chat

This plugin displays an icon to open a simple, stateless chat. New messages are sent to all registered users. The chat history is not saved and is lost when logging out, reloading or closing the page.

See also Chat

Hooks

Module Header

Display of plugins in the Header module. This applies globally for all modules and their Module header.

Many modules offer additional hooks for integrating plugins in the Module header. However, these only apply to the respective modules.

plugin hook module header

Global Menu

Display of plugins in the global menu.

plugin hook global menu

BPC toolbar on the left

Plugins can be integrated via this hook on the left-hand side in the BPC toolbar

plugin hook toolbar left

BPC Toolbar right

Plugins can be placed via this hook on the right side in the BPC toolbar via this hook.

plugin hook toolbar right

Admin tab panel

Plugins can be added as tabs on the overview page in the administration area via this hook.

At this point, it is advisable to use the cmpConfiguration in the Plugin configuration if the plugin does not have a title defined.

plugin hook admin tabpanel