use of org.ovirt.engine.core.common.queries.GetTagsByVdsIdParameters in project ovirt-engine by oVirt.
the class AsyncDataProvider method getAttachedTagsToHost.
public void getAttachedTagsToHost(AsyncQuery<List<Tags>> aQuery, Guid id) {
setAttachedTagsConverter(aQuery);
Frontend.getInstance().runQuery(QueryType.GetTagsByVdsId, new GetTagsByVdsIdParameters(id.toString()), aQuery);
}
Aggregations