Ifd:getMeasuresForProperty

From dev.ifd-library.org

Jump to: navigation, search
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:

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


Back to the API

Comments: