Class LivingApplicationPageAPIDelegate

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

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

  • Method Details

    • setApplicationHomePage

      @Deprecated(since="9.0.0") public void setApplicationHomePage(long applicationId, long applicationPageId) throws org.bonitasoft.engine.exception.UpdateException, org.bonitasoft.engine.business.application.ApplicationNotFoundException
      Deprecated.
      as of 9.0.0, Application home page should be defined at startup.
      Throws:
      org.bonitasoft.engine.exception.UpdateException
      org.bonitasoft.engine.business.application.ApplicationNotFoundException
    • createApplicationPage

      @Deprecated(since="9.0.0") public org.bonitasoft.engine.business.application.ApplicationPage createApplicationPage(long applicationId, long pageId, String token) throws org.bonitasoft.engine.exception.CreationException
      Deprecated.
      as of 9.0.0, Application page should be created at startup.
      Throws:
      org.bonitasoft.engine.exception.CreationException
    • getApplicationPage

      public org.bonitasoft.engine.business.application.ApplicationPage getApplicationPage(String applicationName, String applicationPageToken) throws org.bonitasoft.engine.business.application.ApplicationPageNotFoundException
      Throws:
      org.bonitasoft.engine.business.application.ApplicationPageNotFoundException
    • getApplicationPage

      public org.bonitasoft.engine.business.application.ApplicationPage getApplicationPage(long applicationPageId) throws org.bonitasoft.engine.business.application.ApplicationPageNotFoundException
      Throws:
      org.bonitasoft.engine.business.application.ApplicationPageNotFoundException
    • deleteApplicationPage

      public void deleteApplicationPage(long applicationPageId) throws org.bonitasoft.engine.exception.DeletionException
      Throws:
      org.bonitasoft.engine.exception.DeletionException
    • getApplicationHomePage

      public org.bonitasoft.engine.business.application.ApplicationPage getApplicationHomePage(long applicationId) throws org.bonitasoft.engine.business.application.ApplicationPageNotFoundException
      Throws:
      org.bonitasoft.engine.business.application.ApplicationPageNotFoundException
    • searchApplicationPages

      public org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.business.application.ApplicationPage> searchApplicationPages(SearchApplicationPages searchApplicationPages) throws org.bonitasoft.engine.exception.SearchException
      Throws:
      org.bonitasoft.engine.exception.SearchException
    • getAllPagesForProfile

      public List<String> getAllPagesForProfile(long profileId)
    • getAllPagesForProfile

      public List<String> getAllPagesForProfile(String profile)