Package com.adito.applications

Examples of com.adito.applications.ApplicationShortcutItem


                  if(ed.getApplicationBundle().getStatus() != ExtensionBundleStatus.ACTIVATED) {
                        log.warn("Found shortcut with an application ID '" + applicationShortcut.getApplication()
                            + "' that uses an application contained in an extension bundle that is not activated (its status is '" + ed.getApplicationBundle().getStatus().getName() + "'). Ignoring.");
                  }
                  else {
                      ApplicationShortcutItem item = new ApplicationShortcutItem(ed, applicationShortcut, policies, session
                                      .getNavigationContext(), applicationShortcut.sessionPasswordRequired(session));
                      item.setFavoriteType(getFavoriteType(applicationShortcut.getResourceId()));
                      getModel().addItem(item);                   
                  }
                }
            }
            checkSort();
View Full Code Here

TOP

Related Classes of com.adito.applications.ApplicationShortcutItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.