Uses of Class
com.ibm.wpc.WpcExtensionType

Packages that use WpcExtensionType
com.ibm.wpc   
 

Uses of WpcExtensionType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcExtensionType
 WpcExtensionType WpcResponseType.getExtension()
          Gets the extension value for this WpcResponseType.
 WpcExtensionType WpcCommandType.getExtension()
          Gets the extension value for this WpcCommandType.
 

Methods in com.ibm.wpc with parameters of type WpcExtensionType
 void WpcResponseType.setExtension(WpcExtensionType extension)
          Sets the extension value for this WpcResponseType.
 void WpcCommandType.setExtension(WpcExtensionType extension)
          Sets the extension value for this WpcCommandType.
 

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