Collaboration API Documentation

com.filenet.bso.api.collaboration.data
Class WorkflowInfo

java.lang.Object
  |
  +--com.filenet.bso.api.collaboration.data.WorkflowInfo
All Implemented Interfaces:
java.io.Serializable

public class WorkflowInfo
extends java.lang.Object
implements java.io.Serializable

The WorkflowInfo class is a collection of data used to register a collaboration workflow for a teamspace. A collaboration workflow is registered in a teamspace by generating a WorkflowInfo object from the CollaborationFactory and registering it via the teamspace's container manager.

See Also:
CollaborationFactory, ContainerManager, Serialized Form

Constructor Summary
protected WorkflowInfo()
           
  WorkflowInfo(java.lang.String workflowDefinitionID)
           
 
Method Summary
 java.lang.String getWorkflowDefinitionID()
          Returns the definition id of the workflow that will be registered to the teamspace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowInfo

protected WorkflowInfo()

WorkflowInfo

public WorkflowInfo(java.lang.String workflowDefinitionID)
Method Detail

getWorkflowDefinitionID

public java.lang.String getWorkflowDefinitionID()
Returns the definition id of the workflow that will be registered to the teamspace.

Returns:
A String containing the workflow definition id.

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.