Uses of Class
com.ibm.wpc.WpcTradeItemType

Packages that use WpcTradeItemType
com.ibm.wpc   
 

Uses of WpcTradeItemType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcTradeItemType
 WpcTradeItemType[] WpcWFStepType.getWpcCollaborationAreaAction()
          Gets the wpcCollaborationAreaAction value for this WpcWFStepType.
 WpcTradeItemType WpcResponseType.getWpcTradeItem()
          Gets the wpcTradeItem value for this WpcResponseType.
 WpcTradeItemType[] WpcCommandType.getWpcTradeItem()
          Gets the wpcTradeItem value for this WpcCommandType.
 WpcTradeItemType CheckedOutEntryType.getWpcTradeItem()
          Gets the wpcTradeItem value for this CheckedOutEntryType.
 WpcTradeItemType WpcCommandType.getWpcTradeItem(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcTradeItemType
 void WpcWFStepType.setWpcCollaborationAreaAction(WpcTradeItemType[] wpcCollaborationAreaAction)
          Sets the wpcCollaborationAreaAction value for this WpcWFStepType.
 void WpcCommandType.setWpcTradeItem(int i, WpcTradeItemType _value)
           
 void WpcResponseType.setWpcTradeItem(WpcTradeItemType wpcTradeItem)
          Sets the wpcTradeItem value for this WpcResponseType.
 void CheckedOutEntryType.setWpcTradeItem(WpcTradeItemType wpcTradeItem)
          Sets the wpcTradeItem value for this CheckedOutEntryType.
 void WpcCommandType.setWpcTradeItem(WpcTradeItemType[] wpcTradeItem)
          Sets the wpcTradeItem value for this WpcCommandType.
 

Constructors in com.ibm.wpc with parameters of type WpcTradeItemType
CheckedOutEntryType(WpcTradeItemType wpcTradeItem, java.lang.String wpcReservedBy, java.util.Calendar startDate, java.util.Calendar endDate, CollaborationAreaActionType collaborationAreaAction)
           
WpcCommandType(java.lang.String wpcRole, java.lang.String wpcParentCategory, java.lang.String wpcCatalogName, java.lang.String wpcCatalogViewName, java.lang.String wpcWorkflowName, java.lang.String wpcWorkflowStepName, WpcHierarchyNameType wpcHierarchyName, java.math.BigInteger wpcResultCount, java.math.BigInteger wpcStartIndex, java.math.BigInteger wpcEndIndex, WpcDataContainerType wpcDataContainer, java.lang.String wpcTransactionIDs, java.lang.String wpcFileDocStorePath, WpcCollabAreaType wpcCollabArea, WpcTradeItemType[] wpcTradeItem, WpcSearchCriteriaType wpcSearchCriteria, WpcAttributeListType wpcAttributeList, WpcAttributeCollectionType[] wpcAttributeCollections, WpcExtensionType extension, WpcCommandTypeType type, WpcCommandTypeMode mode)
           
WpcResponseType(WpcEntityIdentifierType wpcEntityIdentifier, WpcNotificationInfoType[] wpcNotification, WpcSearchResultsType wpcSearchResults, WpcTradeItemSpecType wpcTradeItemSpec, WpcTradeItemType wpcTradeItem, java.lang.String wpcTransactionResult, java.lang.String wpcFileDocStorePath, WpcCatalogQueryChildrenResultType wpcQueryCatalogChildrenResult, WpcCatalogType[] wpcCatalogs, WpcContainerViewType[] wpcCatalogView, java.lang.String[] wpcCatalogViewList, WpcUserType[] wpcUserList, WpcCollabAreaType[] wpcCollabAreaList, WpcAttributeCollectionType[] wpcAttributeCollections, WpcExtensionType extension)
           
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)