OTRS API Reference JavaScript

Namespace: Core.Agent.Admin.ProcessManagement

Core.Agent.Admin. ProcessManagement

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

Namespaces

Canvas

Members

(static) ProcessData :Object

Structure to save all process data.
Type:
  • Object
Source:

(static) ProcessLayout :Object

Structure to save all layout data for the process.
Type:
  • Object
Source:

Methods

(static) GetConditionConfig($Conditions) → {Object}

Get all conditions and corresponding fields.
Parameters:
Name Type Description
$Conditions jQueryObject Conditions element in DOM.
Source:
Returns:
Conditions and fields.
Type
Object

(static) HandlePopupClose()

Close overlay and re-initialize canvas and accordion.
Source:

(static) HideOverlay()

Closes overlay and restores normal view.
Source:

(static) Init()

This function initializes the module functionality.
Source:

(static) InitAccordionDnD()

Initializes all event handler to drag and drop elements from the accordion to the canvas.
Source:

(static) InitActivityDialogEdit()

Initialize activity dialog edit screen.
Source:

(static) InitActivityEdit()

Initialize activity edit screen.
Source:

(static) InitPathEdit()

Initialize path edit screen.
Source:

(static) InitProcessEdit()

Initialize process edit screen.
Source:

(static) InitTransitionActionEdit()

Initialize transition action edit screen.
Source:

(static) InitTransitionEdit()

Initialize transition edit screen.
Source:

(static) ShowOverlay()

Opens overlay.
Source:

(static) UpdateAccordion()

Update accordion data from server.
Source:

(static) UpdateConfig(Config) → {Boolean}

Update gloabl process config object after config change e.g. in popup windows.
Parameters:
Name Type Description
Config Object
Source:
Returns:
Returns false, if Config is not defined.
Type
Boolean

(static) UpdateScreensPath(WindowObject, Callback)

Updates screen path.
Parameters:
Name Type Description
WindowObject Object
Callback function
Source:

(static) UpdateSyncMessage()

Check if there is a 'dirty' sync state and show a message below the header.
Source: