use of org.ovirt.engine.core.common.queries.ClusterEditParameters in project ovirt-engine by oVirt.
the class AsyncDataProvider method getClusterEditWarnings.
public void getClusterEditWarnings(AsyncQuery<ClusterEditWarnings> aQuery, Guid clusterId, Cluster cluster) {
aQuery.converterCallback = new CastingConverter<>();
Frontend.getInstance().runQuery(QueryType.GetClusterEditWarnings, new ClusterEditParameters(cluster), aQuery);
}
Aggregations