Uses of Class
com.ibm.wpc.CheckedOutEntryType

Packages that use CheckedOutEntryType
com.ibm.wpc   
 

Uses of CheckedOutEntryType in com.ibm.wpc
 

Methods in com.ibm.wpc that return CheckedOutEntryType
 CheckedOutEntryType[] WpcWFStepType.getCheckedOutEntries()
          Gets the checkedOutEntries value for this WpcWFStepType.
 

Methods in com.ibm.wpc with parameters of type CheckedOutEntryType
 void WpcWFStepType.setCheckedOutEntries(CheckedOutEntryType[] checkedOutEntries)
          Sets the checkedOutEntries value for this WpcWFStepType.
 

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