119120121122123124125126127128129
if (page == null) { return; } RepositoryView view = (RepositoryView)page.findView(IGuvnorConstants.REPVIEW_ID); if (view != null) { view.refresh(); } } /** * Tries to find the Resource History view, attempting to open it if necessary.