MetricSetService.updateSorting Method
        
 Updates the sorting for a metric set, and the given elements.
 
         
        Parameters
        
            - metricSetId
            
 
            - 
                
Type: String
The ID of the metric set to update the sorting on. 
            - elementPriorities
            
 
            - 
                
Type: Array
ElementType: String
The unique names of the element priorities in order. 
            - updatedElements
            
 
            - 
                
Type: Array
ElementType: AnalysisElementUsage
The usages to update on the metric set. 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.entities.MetricSet
        
A promise object that is resolved when the call is complete.
 If successful, the updated dundas.entities.MetricSet is returned.