Ifd:removeDefinitionFromConcept

From dev.ifd-library.org

Jump to: navigation, search
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.

Returns:

  • IfdConcept - The concept after the definition has been removed.


Back to the API

Comments: