Ifd:get concept

From dev.ifd-library.org

Jump to: navigation, search

API version 3

Function public IfdConcept [] get_concept (
                                                  String session_id,
                                                  String guid) 
                      throws IfdServerException

EXPRESS Heading

Query function get_concept(
                 guid : STRING): IfdConcept;

The function returns fully specified concept by its global unique id. It was introduced to give user simple signature for frequently required functionality and allow EDM Supervisor users investigate IFD population.

Input:

  • string guid - target concept specified by its guid;

Return:

  • IfdConcept - Fully specified (in all defined languages) concept (see getConcept) specified by its guid.


Back to the API