DataCubeService.replaceElementNames Method
Replaces element native names in a given select transform.
Parameters
- dataCubeId
-
Type: String
The ID of the data cube that has this transform.
- selectTransformId
-
Type: String
The ID of the select transform that this operation is being applied to.
- elementsMap
-
Type: Array
ElementType: KeyValuePair
The mapping of string-string between source name and native structure name.
Return Value
Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete.
If successful, the created dundas.entities.DataCube is returned.