Query newQuery = qb.newQuery(new CommonCriteria());
Result result = newQuery.execute();
this.destination.getConnection().generateToken();
Iterable<IServiceInfoProvider> records = new ServiceInfoProviderAdapter(new FlatResourcesAdapter(result.getResources()));
for (IServiceInfoProvider r: records) {
if (!doContinue()) {
break;
}
ServiceInfo serviceInfo = r.getServiceInfo();