Uses of Class
com.ibm.wpc.WpcCollabAreaType

Packages that use WpcCollabAreaType
com.ibm.wpc   
 

Uses of WpcCollabAreaType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcCollabAreaType
 WpcCollabAreaType WpcCommandType.getWpcCollabArea()
          Gets the wpcCollabArea value for this WpcCommandType.
 WpcCollabAreaType[] WpcResponseType.getWpcCollabAreaList()
          Gets the wpcCollabAreaList value for this WpcResponseType.
 

Methods in com.ibm.wpc with parameters of type WpcCollabAreaType
 void WpcCommandType.setWpcCollabArea(WpcCollabAreaType wpcCollabArea)
          Sets the wpcCollabArea value for this WpcCommandType.
 void WpcResponseType.setWpcCollabAreaList(WpcCollabAreaType[] wpcCollabAreaList)
          Sets the wpcCollabAreaList value for this WpcResponseType.
 

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