Ifd:searchForDuplicates
From dev.ifd-library.org
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:
-
IfdConcept concept- The concept to search for duplicates for. -
string session_id- The session id for the active user
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:
-
string session_id- The session id for the active user -
IfdConcept concept- The concept to search for duplicates for.
Returns:
-
IfdConcept []- List of found concepts which named with same of the names listed in target concept.
Difference against v.2.0
Comments: Talk:Ifd:searchForDuplicates