Ifd:removeDefinitionFromConcept
From dev.ifd-library.org
public IfdConcept removeDefinitionFromConcept ( String concept_guid, IfdDescription definition, String session_id ) throws IfdServerException
EXPRESS heading:
removeDefinitionFromConcept(concept_guid: STRING; definition : IfdDescription) : IfdConcept;
Removes the definition from the concept. This do not delete the definition from the library, it just removes it from the concept.
Input:
-
string concept_guid- The GUID of the concept we want to remove the definition from. -
IfdDescription name- The definition we want to remove from the concept.
- session_id - The session id for the active user
Returns:
- IfdConcept - The concept after the definition has been removed.
Comments: