|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.filenet.bso.api.collaboration.data.WorkflowInfo
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.
CollaborationFactory
,
ContainerManager
, Serialized FormConstructor 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 |
protected WorkflowInfo()
public WorkflowInfo(java.lang.String workflowDefinitionID)
Method Detail |
public java.lang.String getWorkflowDefinitionID()
String
containing the workflow definition id.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |