Ifd:getConstrainedValues

From dev.ifd-library.org

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

Return:

  • IfdMeasure [] - The measures with it's constrained values and unit.

Back to the API

Comments: