Uses of Class
com.ibm.wpc.WpcSortByColumnType

Packages that use WpcSortByColumnType
com.ibm.wpc   
 

Uses of WpcSortByColumnType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcSortByColumnType
 WpcSortByColumnType WpcWFStepType.getSortByColumn()
          Gets the sortByColumn value for this WpcWFStepType.
 

Methods in com.ibm.wpc with parameters of type WpcSortByColumnType
 void WpcWFStepType.setSortByColumn(WpcSortByColumnType sortByColumn)
          Sets the sortByColumn value for this WpcWFStepType.
 

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