Ifd:getConstrainedMeasures
From dev.ifd-library.org
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:
-
concept_guid- guid of concept -
property_guid- guid of property -
context_guids[] []- array of contexts to which the result should be limited -
languages[] []- array of languages to which the result should be limited - session_id - the session id for the current user
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.
Comments: