Hi,
Can you give me more information on this method.
addFolder
void addFolder(long newResourceId,
java.lang.String moduleId,
int scope,
java.lang.String folderName,
java.util.UUID parent)
Adds a new folder under the given parent. If there is already a child with the given name, the name will be automatically modified
I can get the newResourceId from the context.GetLockManager().newRessourceId().
I would like to know was is the moduleId and where it come from?
I would like to have more information on the scope and how do you select the proper scope for your application?
I would like to know where and how to you get the UUID of the parent node?
My goal is to add a folder in the project tree and open a workspace where I could enter a SQLtag path to be used by my gateway scope module.
thanks