Ifd:addDefinitionsToConcept
From dev.ifd-library.org
public IfdDescription[] addDefinitionsToConcept ( String concept_guid, IfdDescription [] definitions, String session_id ) throws IfdServerException
Function to add one or more definitions to a concept. The function takes an array of IfdDescription as input in addition to the global unique identifier for the concept itself and the session_id.
Input:
-
String concept_guid- The global unique identifier for the concept to which we want to add names (names may not exist in the library) -
IfdDescription definitions[]- The definitions of the concept. -
string session_id- The session id for the active user.
Returns:
-
IfdDescription- An array of definitions.
Comments: Talk:Ifd:addDefinitionsToConcept