Uses of Class
com.ibm.wpc.WpcWorkFlowType

Packages that use WpcWorkFlowType
com.ibm.wpc   
 

Uses of WpcWorkFlowType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcWorkFlowType
 WpcWorkFlowType WpcCollabAreaType.getWorkflow()
          Gets the workflow value for this WpcCollabAreaType.
 

Methods in com.ibm.wpc with parameters of type WpcWorkFlowType
 void WpcCollabAreaType.setWorkflow(WpcWorkFlowType workflow)
          Sets the workflow value for this WpcCollabAreaType.
 

Constructors in com.ibm.wpc with parameters of type WpcWorkFlowType
WpcCollabAreaType(java.lang.String name, java.lang.String description, java.lang.String containerType, java.lang.String container, WpcAccessControlGroupType[] accessControlGroup, WpcAdministratorsType administrators, WpcTimeoutType timeout, WpcWorkFlowType workflow, java.lang.Boolean deletewhenempty)