*/
protected CommandResult doExecuteWithResult(IProgressMonitor monitor,
IAdaptable info) throws ExecutionException {
MethodCall newElement = ReferencesFactory.eINSTANCE.createMethodCall();
ProcessingElementMethodDefinition owner = (ProcessingElementMethodDefinition) getElementToEdit();
owner.setMethodCall(newElement);
doConfigure(newElement, monitor, info);
((CreateElementRequest) getRequest()).setNewElement(newElement);
return CommandResult.newOKCommandResult(newElement);