DataCubeService.createSelectStructureParameter 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.
structureIds

Type: Array
ElementType: String
The IDs of the structures the end user will be able to choose from.

Return Value


Type: ProcessParameter
A promise object that is resolved when the call is complete. If successful, a dundas.data.ProcessParameter is returned.