String pattern = getString("Source.Export.NoDestinations.Message");
return MessageFormat.format(pattern, locType);
}
private void doExport(final Source source, final List<? extends IntegrationEntity> availableDestinations) {
new BusyWorker(helper.getWaitService()) {
@Override
protected void doWork() {
doExportImpl(source, availableDestinations);
}