Error Message :
N/A
For the following constructor method: ImportObject(java.io.File exportFile, IFolder folder, boolean overwriteObject, boolean overwriteLinks)
The overwriteLinks Parameter of the ImportObject Java API Constructor shows the wrong behavior.
Accoding to the Documentation the behavior is:overwriteLinks - If true Folderlinks will not be kept
The actual behavior is:If the parameter overwriteLinks is set to false: all existing links are deleted
If the parameter overwriteLinks is set to true: all existing links are kept