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

Packages that use GetDataViewDetailsResponseType
com.tibco.bpm.web.client.model.types.data   
com.tibco.bpm.web.client.services.client.data   
 

Uses of GetDataViewDetailsResponseType in com.tibco.bpm.web.client.model.types.data
 

Methods in com.tibco.bpm.web.client.model.types.data that return GetDataViewDetailsResponseType
 GetDataViewDetailsResponseType GetDataViewDetailsResponse.getResponse()
           
 

Methods in com.tibco.bpm.web.client.model.types.data with parameters of type GetDataViewDetailsResponseType
 void GetDataViewDetailsResponse.setResponse(GetDataViewDetailsResponseType response)
           
 

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

Methods in com.tibco.bpm.web.client.services.client.data that return GetDataViewDetailsResponseType
 GetDataViewDetailsResponseType DataViewClientService.decodeToGetDataViewDetailsResponseType(com.google.gwt.json.client.JSONValue response)
           
 

Method parameters in com.tibco.bpm.web.client.services.client.data with type arguments of type GetDataViewDetailsResponseType
 void DataViewClientService.getDataViewDetailsByCategory(GetDataViewCategoriesRequest catSearchDetails, java.lang.String viewDetailsRequirement, boolean appDetails, com.google.gwt.user.client.rpc.AsyncCallback<GetDataViewDetailsResponseType> callback)
           
 void DataViewClientService.getDataViewDetailsByID(java.lang.Long viewID, java.lang.String viewDetailsRequirement, boolean appDetails, com.google.gwt.user.client.rpc.AsyncCallback<GetDataViewDetailsResponseType> callback)
           
 void DataViewClientService.getDataViewDetailsByName(java.lang.String viewName, java.lang.String requirements, boolean includeCategories, com.google.gwt.user.client.rpc.AsyncCallback<GetDataViewDetailsResponseType> callback)
           
 void DataViewClientService.getDataViewDetailsForAllCategories(GetDataViewsForAllCategoriesRequest catSearchDetails, com.google.gwt.user.client.rpc.AsyncCallback<GetDataViewDetailsResponseType> callback)
           
 



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