BridgeParameterDialog.show Method
Tells the dialog to show itself. Those overriding can call this._super() to get a deferred object created for them.
Parameters
- bridgeParameters
-
Type: Array
ElementType: BridgeParameter
The list of bridge parameters of the cube's data process.
- existingParameters
-
Type: Array
ElementType: Parameter
The current parameters existing in the cube's data process.
Return Value
Type: jQuery.Promise
Value: Object
A promise object that is resolved when the dialog is complete,
or rejected if it's cancelled. The dialog may return some specific information in the deferred.