OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.GenericInterfaceWebservice

Core.Agent.Admin. GenericInterfaceWebservice

This namespace contains the special module functions for the GenericInterface web service module.
Author:
  • OTRS AG
Source:

Methods

(static) HideElements()

Hides specific DOM elements.
Source:

(static) Init()

This function initialize the module functionality.
Source:

(static) Redirect(Config, DataSource, Data)

Redirects.
Parameters:
Name Type Description
Config String
DataSource String
Data Object
Source:

(static) ShowCloneDialog(Event)

Shows a dialog to clone a web service.
Parameters:
Name Type Description
Event Object The browser event object, e.g. of the clicked DOM element.
Source:

(static) ShowDeleteActionDialog(Event)

Shows a dialog to delete operation or invoker.
Parameters:
Name Type Description
Event Object The browser event object, e.g. of the clicked DOM element.
Source:

(static) ShowDeleteDialog(Event)

Shows a confirmation dialog to delete the web service.
Parameters:
Name Type Description
Event Object The browser event object, e.g. of the clicked DOM element.
Source:

(static) ShowImportDialog(Event)

Shows a dialog to import a web service.
Parameters:
Name Type Description
Event Object The browser event object, e.g. of the clicked DOM element.
Source: