Ifd:getConceptsWithName
From dev.ifd-library.org
IfdConcept [] getConceptsWithName(guid, libraries[], session_id)
Function to list the concepts that have the name with the given guid assigned to it. The concepts are returned as an array of IfdConcept
Input:
- guid - a string containing the guid of the IfdName
- libraries [] - array of the libraries selected from IfdLibrarySelectEnum
- session_id - the session id for the current user
Return:
- IfdConcept [] - an array containing the requested concepts
Note: The current WSDL 2.0 API has the following signature for this function:
IfdConcept [] getConceptsWithName(String guid, String session_id)
Comments: This function is overlapping with the search function and doesn't do anything more in addition to search than filtering on library. The search function does also return information about owner, allowing for a filtering of results on the user side. Owner (IfdOrganization) is analog to library as suggested here (I believe). There is no such thing as IfdLibrarySelectEnum in the current API. --Lars.Bjørkhaug 12:19, 6 September 2006 (CEST)
Comments: This function differs from the search function in that it use a Name - through its guid - that exists in the library. So there is no need to check whether a Name or something like it exists. With regard to IfdLibrarySelectEnum see my proposal to add that as a selection filter. -- Kees.Woestenenk 14:25, 2006-09-06