Ifd:removeParentFromConcept

From dev.ifd-library.org

Jump to: navigation, search
public IfdConceptInRelationship [] removeParentFromConcept (
                                      String concept_guid,
                                      IfdConceptInRelationship parent,
                                      String rel_context_guid
                                      String session_id )
       throws IfdServerException

Removes the parent from the concepts. This do not delete the parent from the library, it just removes it from the concept.


Input:

  • string concept_guid - The global unique identifier for concept from which we want to remove the child.
  • IfdConceptInRelationship parent - The parent we want to remove from the concept.
  • >string rel_context_guid The global unique identifier of the related context.
  • session_id - The session id for the active user

Returns:

Implementation:

return removeChildFromConcept(parent, concept, session_id);

Back to the API

Comments: Talk:Ifd:removeParentFromConcept