Uses of Class
com.ibm.wpc.WpcHierarchyNameType

Packages that use WpcHierarchyNameType
com.ibm.wpc   
 

Uses of WpcHierarchyNameType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcHierarchyNameType
 WpcHierarchyNameType[] WpcCatalogType.getWpcHierarchies()
          Gets the wpcHierarchies value for this WpcCatalogType.
 WpcHierarchyNameType WpcCommandType.getWpcHierarchyName()
          Gets the wpcHierarchyName value for this WpcCommandType.
 WpcHierarchyNameType WpcCatalogQueryChildrenResultType.getWpcHierarchyName()
          Gets the wpcHierarchyName value for this WpcCatalogQueryChildrenResultType.
 

Methods in com.ibm.wpc with parameters of type WpcHierarchyNameType
 void WpcCatalogType.setWpcHierarchies(WpcHierarchyNameType[] wpcHierarchies)
          Sets the wpcHierarchies value for this WpcCatalogType.
 void WpcCommandType.setWpcHierarchyName(WpcHierarchyNameType wpcHierarchyName)
          Sets the wpcHierarchyName value for this WpcCommandType.
 void WpcCatalogQueryChildrenResultType.setWpcHierarchyName(WpcHierarchyNameType wpcHierarchyName)
          Sets the wpcHierarchyName value for this WpcCatalogQueryChildrenResultType.
 

Constructors in com.ibm.wpc with parameters of type WpcHierarchyNameType
WpcCatalogQueryChildrenResultType(java.lang.String wpcCatalogName, WpcHierarchyNameType wpcHierarchyName, java.lang.String wpcParentPath, WpcChildType[] wpcChildren)
           
WpcCatalogType(java.lang.String wpcCatalogName, WpcHierarchyNameType[] wpcHierarchies)
           
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)