Uses of Class
com.ibm.wpc.WpcCommandTypeMode

Packages that use WpcCommandTypeMode
com.ibm.wpc   
 

Uses of WpcCommandTypeMode in com.ibm.wpc
 

Fields in com.ibm.wpc declared as WpcCommandTypeMode
static WpcCommandTypeMode WpcCommandTypeMode.ASYNC
           
static WpcCommandTypeMode WpcCommandTypeMode.SYNC
           
 

Methods in com.ibm.wpc that return WpcCommandTypeMode
static WpcCommandTypeMode WpcCommandTypeMode.fromString(java.lang.String value)
           
static WpcCommandTypeMode WpcCommandTypeMode.fromValue(java.lang.String value)
           
 WpcCommandTypeMode WpcCommandType.getMode()
          Gets the mode value for this WpcCommandType.
 

Methods in com.ibm.wpc with parameters of type WpcCommandTypeMode
 void WpcCommandType.setMode(WpcCommandTypeMode mode)
          Sets the mode value for this WpcCommandType.
 

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