Ifd:getMeasuresForProperty
From dev.ifd-library.org
Function public IfdMeasure [] getMeasuresForProperty ( String property_guid, String[] context_guids, IfdLanguage[] languages, String session_id ) throws IfdServerException
EXPRESS heading
QUERY_FUNCTION getMeasuresForProperty (
property_guid : STRING;
context_guids : LIST OF STRING;
languages : LIST OF IfdLanguage) : LIST OF IfdMeasure;
Method to retrieve the measure details , unit and values for a given measure, property or both.
Input:
-
string property_guid- optional: the guid of property for which we want to receive measure details -
string []context_guids - array of context guids in which you want to constrain the results -
IfdLanguage languages[]- array of languages in which you want to constrain the results -
string session_id- the session id for the current user
Return:
-
IfdMeasure- the list of measures to retrieve
Description As IfdMeasure contains both unit and value this function alone can retrieve all necessary information for measuring a property. The lists of values will not be constrained for a object property relationship. In order to receive the values only valid for a certain combination of property-object you will need to use the getConstrainedValues or getConstrainedMeasures
Comments: