migration_addEntryWorkflow

Associates an entry with a workflow process, allowing preservation of SiteScape Forum data.

Syntax

public void migration_addEntryWorkflow( String accessToken, long binderId, long entryId, String definitionId, String startState, String modifier, Calendar modificationDate );

Description

The migration_addEntryWorkflow operation associates an entry with a workflow process, while preserving values from a SiteScape Forum installation.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.

binderId

The identifier of the folder containing the entry with which you want to associate a workflow process.

entryId

The identifier of the entry with which you want to associate the workflow process.

definitionId

A string containing the definition identifier for the workflow process you want to associate with the entry.

startState

A string containing the name of the state of the entry as it was last set in the Forum installation.

modifier

A string containing the username of the person who last modified the workflow state in the Forum installation.

modificationDate

A Calender Java object that contains the date that the workflow state was last modified in the Forum installation.

return_value

None.

See Also