Uses of Class
com.ibm.wpc.WpcWFPerformersType

Packages that use WpcWFPerformersType
com.ibm.wpc   
 

Uses of WpcWFPerformersType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcWFPerformersType
 WpcWFPerformersType WpcWFStepType.getPerformers()
          Gets the performers value for this WpcWFStepType.
 

Methods in com.ibm.wpc with parameters of type WpcWFPerformersType
 void WpcWFStepType.setPerformers(WpcWFPerformersType performers)
          Sets the performers value for this WpcWFStepType.
 

Constructors in com.ibm.wpc with parameters of type WpcWFPerformersType
WpcWFStepType(WpcWFStepNameType stepName, WpcWFStepTypeStepType stepType, java.lang.String stepDesc, java.lang.Boolean allowEntries, java.lang.Boolean allowReCategorization, java.lang.Boolean reserveToEdit, WpcTimeoutType timeout, WpcAttributeCollectionType[] attributeCollections, WpcWFPerformersType performers, java.lang.String[][] exitValues, WpcWFNextStepType[][] stepMap, WpcSortByColumnType sortByColumn, WpcTradeItemType[] wpcCollaborationAreaAction, CheckedOutEntryType[] checkedOutEntries, WpcListItemsType listItems, java.lang.String categorypkList)