binder_setDefinitions

Associates workflow definitions with entry definitions.

Syntax

public void binder_setDefinitions( String accessToken, long binderId, String[] entryDefinitionIds, String [] workflowDefinitionIds );

Description

The binder_setDefinitions operation associates entries within the specified binder with workflow processes. (Teaming associates identifiers in the first element of both arrays, the second element of both arrays, the third, and so on.)

When an entry is associated with a workflow process, creation of an entry of that type automatically places the entry into the initial state of the workflow process. By default, workspaces do not contain entries that can be associated with workflow processes. However, users can alter definitions by using the designers in the UI so that a custom workspace can include one or more files.

NOTE:This operation is an overwrite operation, setting all workflow associations for the folder; you cannot use repeated calls to this operation to set associations incrementally. Set all of the workflow associations for the folder with one call.

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 binder identifier for the folder or custom workspace within which you want entries associated with workflow processes.

entryDefinitionIds

An array of definition identfiers for each type of entry to which you want to associate a workflow process.

workflowDefinitionIds

An array of workflow identifiers in the order in which you want them applied to the entry-definition identifiers in entryDefinitionIds.

return_value

None.

See Also