DataCubeService.connectTransform Method
Connects two transforms together on the given data cube.
Parameters
- dataCube
-
Type: DataCube
The data cube to update the transform on.
- upstreamTransform
-
Type: Transform
The upstream transform to connect.
- downstreamTransform
-
Type: Transform
The downstream transform to connect.
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.