Ifd:removeParentFromConcept
From dev.ifd-library.org
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_guidThe global unique identifier of the related context. - session_id - The session id for the active user
Returns:
- IfdConceptInRelationship - The concepts after the child has been removed.
Implementation:
return removeChildFromConcept(parent, concept, session_id);
Comments: Talk:Ifd:removeParentFromConcept