Uses of Class
com.ibm.wpc.WpcWFStepNameType

Packages that use WpcWFStepNameType
com.ibm.wpc   
 

Uses of WpcWFStepNameType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcWFStepNameType
 WpcWFStepNameType WpcWFStepType.getStepName()
          Gets the stepName value for this WpcWFStepType.
 

Methods in com.ibm.wpc with parameters of type WpcWFStepNameType
 void WpcWFStepType.setStepName(WpcWFStepNameType stepName)
          Sets the stepName value for this WpcWFStepType.
 

Constructors in com.ibm.wpc with parameters of type WpcWFStepNameType
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)