Ifd:search concepts

From dev.ifd-library.org

Jump to: navigation, search

API version 3

Function public IfdConcept [] search_concepts (
                                                  String session_id,
                                                  String name_pattern) 
                      throws IfdServerException

EXPRESS Heading

Query function search_concepts(
                 name_pattern : STRING): LIST OF IfdConcept;

The function does search of concepts by pattern of their name. It was introduced to give EDM Supervisor user possibility easy search over IFD population. The function does exactly the same as searchForConcepts with unset languages and types.

Input:

  • String name_pattern – string pattern to apply to the concept names to filter them. The pattern can include the whole interesting name or its part (letters are case insensitive)


Return: IfdConcept[] - List of fully specified all type concepts where names match to specified pattern in any of IFD language.


Back to the API