ParameterService.resolveParameterValue Method

Resolves a parameter value with tokens to return a parameter value with discrete values. If the given parameter value contains no tokens, then the same value is returned.
 

Parameters

entityId

Type: String
The ID of the entity that the parameter is on, usually this is a Metric Set.
parameterValue

Type: ParameterValue
The parameter value which will be resolved from tokens into discrete values.

Return Value


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