Interfaces
iApplicationObjectExtension
api
Implement this interface to perform specific things when objects are manipulated More information
iApplicationUIExtension
api
Implement this interface to change the behavior of the GUI for some objects. More information
iModuleExtension
api
Helpers for modules extensibility, with discover performed by the MetaModel. More information
iPopupMenuExtension
api
New extension to add menu items in the “popup” menus inside iTop. Provides a greater flexibility than iApplicationUIExtension::EnumAllowedActions. More information
iPortalUIExtension
api
Implement this interface to add content to any enhanced portal page More information
iRestServiceProvider
api
Implement this interface to add new operations to the REST/JSON web service More information
Classes
AbstractApplicationObjectExtension
abstract api
Extend this class instead of iApplicationObjectExtension if you don't need to overload all methods More information
AbstractApplicationUIExtension
abstract api
Extend this class instead of implementing iApplicationUIExtension if you don't need to overload More information
AbstractPageUIExtension
abstract api
Extend this class instead of iPageUIExtension if you don't need to overload all methods More information
AbstractPreferencesExtension
abstract api
Extend this class instead of implementing iPreferencesExtension if you don't need to overload all methods More information
ApplicationPopupMenuItem
abstract api
Base class for the various types of custom menus More information
JSPopupMenuItem
api
Class for adding an item into a popup menu that triggers some Javascript code More information
RestResult
api
Minimal REST response structure. Derive this structure to add response data and error codes. More information
SeparatorPopupMenuItem
api
Class for adding a separator (horizontal line, not selectable) the output will automatically reduce several consecutive separators to just one More information
URLButtonItem
api
Class for adding an item as a button that browses to the given URL More information
URLPopupMenuItem
api
Class for adding an item into a popup menu that browses to the given URL More information