Ifd:correctSpellingForDescription

From dev.ifd-library.org

Jump to: navigation, search
public IfdDescription correctSpellingForDescription (
                                         IfdDescription description,
                                         String session_id )
       throws IfdServerException

Function to update the spelling in a description. This means that we assume the changes in IfdDescription are valid for all concepts that use this as a description (comment or definition).

Input:

Returns:


Back to the API

Comments: This function is not needed, updateDescription can be used instead. Kees Woestenenk

[edit] Spelling is different from update

There is a difference between updating something for the one concept connected to it, ot changing it for every concept connected to it. Spelling mistake is for everything connected to it. Updates will only be valid for the concept you send in.

Håvard.Bell