Ifd:getConstrainedValues
From dev.ifd-library.org
Function public IfdMeasure [] getConstrainedValues ( String concept_guid, String property_guid, String measure_guid, String[] context_guids, IfdLanguage [] languages, String session_id) throws IfdServerException
Function to list get a constrained measure with values
QUERY_FUNCTION getConstrainedValues (
concept_guid : STRING;
property_guid : STRING ;
measure_guid : STRING ;
context_guids : LIST OF STRING ;
languages : LIST OF IfdLanguage) : IfdMeasure;
Input:
-
concept_guid- guid of the concept -
property_guid- guid of the property -
measure_guid- guid of the measure -
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:
- IfdMeasure [] - The measures with it's constrained values and unit.
Comments: