Ifd:get all children
From dev.ifd-library.org
API version 3
Function public IfdConceptInRelationship [] get_all_children ( String session_id, String concept_guid) throws IfdServerException
EXPRESS Heading
Query function get_all_children(
concept_guid : STRING): LIST OF IfdConceptInRelationship;
The function returns all children of the concept specified by its guid. It was introduced to give user simple signature for frequently required functionality. It does exactly the same as call to getChildrenConcepts with unset contexts, languages and concepts types.
Input:
- string concept_guid - target concept specified by its guid;
Return:
- List of all type children of the specified by its guid concept in all not restricted for the logged user contexts. The concepts are represented in all defined in IFD languages.