Uses of Class
com.ibm.wpc.WpcListItemsType

Packages that use WpcListItemsType
com.ibm.wpc   
 

Uses of WpcListItemsType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcListItemsType
 WpcListItemsType WpcWFStepType.getListItems()
          Gets the listItems value for this WpcWFStepType.
 

Methods in com.ibm.wpc with parameters of type WpcListItemsType
 void WpcWFStepType.setListItems(WpcListItemsType listItems)
          Sets the listItems value for this WpcWFStepType.
 

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