Ifd:searchForDuplicates

From dev.ifd-library.org

Jump to: navigation, search

API Version 2

public IfdConcept [] searchForDuplicates (IfdConcept concept, String session_id )
       throws IfdServerException

This method searches the library for a possible list of duplicates for the specified concept.


Input:

Returns:

  • IfdConcept [] - The list of possible duplicates.

API version 3

public IfdConcept [] searchForDuplicates (String session_id, IfdConcept concept)
       throws IfdServerException

EXPRESS heading

 QUERY_FUNCTION searchForDuplicates(
                       concept	: IfdConcept): LIST OF IfdConcept;'

The function searches for duplicates of specified concept.

Input:

Returns:

  • IfdConcept [] - List of found concepts which named with same of the names listed in target concept.


Difference against v.2.0

Back to the API

Comments: Talk:Ifd:searchForDuplicates