Uses of Class
com.ibm.wpc.WpcSearchCriteriaType

Packages that use WpcSearchCriteriaType
com.ibm.wpc   
 

Uses of WpcSearchCriteriaType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcSearchCriteriaType
 WpcSearchCriteriaType WpcCommandType.getWpcSearchCriteria()
          Gets the wpcSearchCriteria value for this WpcCommandType.
 

Methods in com.ibm.wpc with parameters of type WpcSearchCriteriaType
 void WpcCommandType.setWpcSearchCriteria(WpcSearchCriteriaType wpcSearchCriteria)
          Sets the wpcSearchCriteria value for this WpcCommandType.
 

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