Ifd:get all parents
From dev.ifd-library.org
API version 3
Function public IfdConceptInRelationship [] get_all_parents ( String session_id, String concept_guid) throws IfdServerException
EXPRESS Heading
Query function get_all_parents(
concept_guid : STRING): LIST OF IfdConceptInRelationship;
The function returns all parents 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 getParentConcepts with unset contexts, languages and concepts types.
Input:
- string concept_guid - target concept specified by its guid;
Return:
- List of all type parent 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.