DataCubeService.createParameter Method
Creates a parameter for the given data cube and transform.
Parameters
- id
-
Type: String
The ID of the data cube to create the parameter on.
- transformId
-
Type: String
The ID of the transform to create the parameter on.
- elementId
-
Type: String
The ID of the element to create the parameter on.
- transformSettingId
-
Type: String
The ID of the transform setting to create the parameter for.
- nativeParameterId
-
Type: String
The ID of the natrive parameter to create the new parameter on.
Return Value
Type: ProcessParameter
A promise object that is resolved when the call is complete.
If successful, a dundas.data.ProcessParameter is returned.