Class LivingApplicationMenuAPIDelegate

java.lang.Object
org.bonitasoft.engine.api.impl.livingapplication.LivingApplicationMenuAPIDelegate

public class LivingApplicationMenuAPIDelegate extends Object
Author:
Elias Ricken de Medeiros
  • Constructor Details

  • Method Details

    • createApplicationMenu

      @Deprecated(since="9.0.0") public org.bonitasoft.engine.business.application.ApplicationMenu createApplicationMenu(org.bonitasoft.engine.business.application.ApplicationMenuCreator applicationMenuCreator) throws org.bonitasoft.engine.exception.CreationException
      Deprecated.
      as of 9.0.0, Application menu should be created at startup.
      Throws:
      org.bonitasoft.engine.exception.CreationException
    • updateApplicationMenu

      @Deprecated(since="9.0.0") public org.bonitasoft.engine.business.application.ApplicationMenu updateApplicationMenu(long applicationMenuId, org.bonitasoft.engine.business.application.ApplicationMenuUpdater updater) throws org.bonitasoft.engine.business.application.ApplicationMenuNotFoundException, org.bonitasoft.engine.exception.UpdateException
      Deprecated.
      as of 9.0.0, Application menu should be updated at startup.
      Throws:
      org.bonitasoft.engine.business.application.ApplicationMenuNotFoundException
      org.bonitasoft.engine.exception.UpdateException
    • getApplicationMenu

      public org.bonitasoft.engine.business.application.ApplicationMenu getApplicationMenu(long applicationMenuId) throws org.bonitasoft.engine.business.application.ApplicationMenuNotFoundException
      Throws:
      org.bonitasoft.engine.business.application.ApplicationMenuNotFoundException
    • deleteApplicationMenu

      public void deleteApplicationMenu(long applicationMenuId) throws org.bonitasoft.engine.exception.DeletionException
      Throws:
      org.bonitasoft.engine.exception.DeletionException
    • searchApplicationMenus

      public org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.business.application.ApplicationMenu> searchApplicationMenus(SearchApplicationMenus searchApplicationMenus) throws org.bonitasoft.engine.exception.SearchException
      Throws:
      org.bonitasoft.engine.exception.SearchException