Ifd:getConstrainedMeasures

From dev.ifd-library.org

Jump to: navigation, search
Function public IfdMeasureInRelationship [] getConstrainedMeasures (
                                   String concept_guid,
                                   String property_guid,
                                   String[] context_guids, 
                                   IfdLanguage [] languages,
                                   String session_id)
                           throws IfdServerException

Function to list get a constrained measure with values

QUERY_FUNCTION getConstrainedMeasures (
                                   concept_guid : STRING;
                                   property_guid : STRING ;
                                   context_guids : LIST OF STRING ; 
                                   languages : LIST OF IfdLanguage) : LIST OF IfdMeasureInRelationship;


Input:

Return:

  • IfdMeasureInRelationship []- The measures with it's constrained values and unit. The measures is returned with its contexts in the case where there are more than one measure-context combination for one set of constrained values.

Back to the API

Comments: