Accepts a Java object to add an entry to a folder, allowing preservation of SiteScape Forum data.
public long migration_addFolderEntry( String accessToken, FolderEntry entry, boolean subscribe );
The migration_addFolderEntry operation adds an entry to a folder.
If you prefer to use an XML string to create the new entry, use the migration_addFolderEntryWithXML operation.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A FolderEntry Java object that contains information used to create the new entry, including information from the entry in the Forum installation.
A Boolean value that implements the Forum
feature by establishing a subscription for the entry owner.The identifier of the newly created entry.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)