OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.GenericInterfaceWebservice

Core.Agent.Admin. GenericInterfaceWebservice

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

Methods

(static) BindDeleteActionDialog(Data)

This function binds a "trash can" link from the action table to the function that opens a dialog to delete the action
Parameters:
Name Type Description
Data Object A control structure that contains the jQueryObjectID, jQueryObjectSelector the ActionType and the ActionName.
Source:

(static) HideElements()

Hides specific DOM elements.
Source:

(static) Init(Params)

This function initialize the module.
Parameters:
Name Type Description
Params Object Initialization and internationalization parameters.
Source:

(static) Redirect(ConfigKey, DataSource, Data)

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

(static) ShowCloneDialog(Event)

Shows a dialog to clone a webservice.
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 webservice.
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 webservice.
Parameters:
Name Type Description
Event Object The browser event object, e.g. of the clicked DOM element.
Source: