new Object[] { EOControllerFactory.EntitySpecification,
EOControllerFactory.TaskSpecification,
EOControllerFactory.QuestionSpecification }),
true);
if (controller != null) {
EOFormController formController = (EOFormController) f.controllerWithEntityName(controller,
EOControllerFactory.Open.class,
entityName);
formController.openObjectWithGlobalID(globalID);
formController.setEditability(EOEditable.AlwaysEditable);
formController.makeVisible();
}
}