final boolean openEditor) {
EntityConfig config = view.getEntityConfig(type);
EntityWizardFactory wizardFactory = config.getEntityWizardFactory(explorerSupport);
if (wizardFactory == null) {
DefaultIntegrationEntityFactoryCallback cb = new DefaultIntegrationEntityFactoryCallback(view, view.getProject(),
new CallbackResultAdapter() {
@Override
public void succeeded(Object o) {
IntegrationEntity e = (IntegrationEntity) o;
doPostProjectInsertionProcessing(e, externalCallback, openEditor);