Uses of Class
com.tibco.bpm.web.client.model.types.data.GetCaseClassInfoResponse

Packages that use GetCaseClassInfoResponse
com.tibco.bpm.web.client.services.client.data   
 

Uses of GetCaseClassInfoResponse in com.tibco.bpm.web.client.services.client.data
 

Method parameters in com.tibco.bpm.web.client.services.client.data with type arguments of type GetCaseClassInfoResponse
 void DataViewClientService.getCaseClassInfo(boolean includeLabels, boolean includeAttr, boolean includeGlobalAttr, boolean includeAppDetails, com.google.gwt.user.client.rpc.AsyncCallback<GetCaseClassInfoResponse> callback)
           
 void DataViewClientService.getCaseClassInfo(long caseModelId, com.google.gwt.user.client.rpc.AsyncCallback<GetCaseClassInfoResponse> callback)
           
 void DataViewClientService.getCaseClassInfo(long caseModelId, boolean includeLabel, boolean includeAttributes, boolean includeGlobalObjectAttributes, boolean includeAppDetails, com.google.gwt.user.client.rpc.AsyncCallback<GetCaseClassInfoResponse> callback)
           
 void DataViewClientService.getCaseClassInfo(java.lang.String appName, long version, com.google.gwt.user.client.rpc.AsyncCallback<GetCaseClassInfoResponse> callback)
           
 void DataViewClientService.getCaseClassInfo(java.lang.String appName, long version, java.util.List<java.lang.String> caseClasses, com.google.gwt.user.client.rpc.AsyncCallback<GetCaseClassInfoResponse> callback)
           
 void DataViewClientService.getCaseClassInfo(java.lang.String appName, long version, java.util.List<java.lang.String> caseClasses, boolean includeLabel, boolean includeAttributes, boolean includeGlobalObjectAttributes, boolean includeAppDetails, com.google.gwt.user.client.rpc.AsyncCallback<GetCaseClassInfoResponse> callback)
           
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.