DataCubeService.insertTransform Method
        
 Adds the given transform to the given data cube.
 
         
        Parameters
        
            - dataCubeId
            
 
            - 
                
Type: String
The ID of the data cube to add the transform to. 
            - transformComponentId
            
 
            - 
                
Type: String
The ID of transform component to add. 
            - upstreamTransformId
            
 
            - 
                
Type: String
The ID of the upstream transform to insert this transform to. 
        
        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.