Uses of Class
com.ibm.wpc.WpcAttributeCollectionType

Packages that use WpcAttributeCollectionType
com.ibm.wpc   
 

Uses of WpcAttributeCollectionType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcAttributeCollectionType
 WpcAttributeCollectionType[] WpcWFStepType.getAttributeCollections()
          Gets the attributeCollections value for this WpcWFStepType.
 WpcAttributeCollectionType[][] WpcContainerViewType.getAttributeCollections()
          Gets the attributeCollections value for this WpcContainerViewType.
 WpcAttributeCollectionType[] WpcContainerViewType.getAttributeCollections(int i)
           
 WpcAttributeCollectionType[] WpcResponseType.getWpcAttributeCollections()
          Gets the wpcAttributeCollections value for this WpcResponseType.
 WpcAttributeCollectionType[] WpcCommandType.getWpcAttributeCollections()
          Gets the wpcAttributeCollections value for this WpcCommandType.
 

Methods in com.ibm.wpc with parameters of type WpcAttributeCollectionType
 void WpcContainerViewType.setAttributeCollections(int i, WpcAttributeCollectionType[] _value)
           
 void WpcWFStepType.setAttributeCollections(WpcAttributeCollectionType[] attributeCollections)
          Sets the attributeCollections value for this WpcWFStepType.
 void WpcContainerViewType.setAttributeCollections(WpcAttributeCollectionType[][] attributeCollections)
          Sets the attributeCollections value for this WpcContainerViewType.
 void WpcResponseType.setWpcAttributeCollections(WpcAttributeCollectionType[] wpcAttributeCollections)
          Sets the wpcAttributeCollections value for this WpcResponseType.
 void WpcCommandType.setWpcAttributeCollections(WpcAttributeCollectionType[] wpcAttributeCollections)
          Sets the wpcAttributeCollections value for this WpcCommandType.
 

Constructors in com.ibm.wpc with parameters of type WpcAttributeCollectionType
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)
           
WpcContainerViewType(java.lang.String[] containerName, java.lang.String[] wpcWorkflowName, java.lang.String[] wpcWorkflowStepName, WpcTabAttrColType[][][] tabGroup, WpcAttributeCollectionType[][] attributeCollections, java.lang.String name)
           
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)