Associates an entry with a workflow process, allowing preservation of SiteScape Forum data.
public void migration_addEntryWorkflow( String accessToken, long binderId, long entryId, String definitionId, String startState, String modifier, Calendar modificationDate );
The migration_addEntryWorkflow operation associates an entry with a workflow process, while preserving values from a SiteScape Forum installation.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the folder containing the entry with which you want to associate a workflow process.
The identifier of the entry with which you want to associate the workflow process.
A string containing the definition identifier for the workflow process you want to associate with the entry.
A string containing the name of the state of the entry as it was last set in the Forum installation.
A string containing the username of the person who last modified the workflow state in the Forum installation.
A Calender Java object that contains the date that the workflow state was last modified in the Forum installation.
None.
Java objects in the Vibe sources (see Working with Java Objects)