Ifd:correctSpellingForName

From dev.ifd-library.org

Jump to: navigation, search
public IfdName correctSpellingForName (IfdName name, String session_id )
       throws IfdServerException

Function to update the spelling in a name. This means that we assume the changes in IfdName are valid for all concepts that use this as a name.

Input:

  • IfdName name - Name to change spelling for.
  • session_id - The session id for the active user

Returns:


Back to the API

Comments: Updating (the spelling of) a name should be a method of IfdName. Kees Woestenenk

The object itself cannot have a method. All methods need to be seperate from the objects. Håvard.Bell