DataCubeService.disconnectTransform Method

Disconnects 2 transforms on the given data cube.
 

Parameters

dataCubeId

Type: string
The ID of data cube the transform is in.
transformId

Type: string
The ID of the upstream transform (whose output is being disconnected).
connectorId

Type: string
The ID of the output connector to disconnect.

Return Value


Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete. If successful, the updated dundas.entities.DataCube is returned.