Class LivingApplicationPageAPIDelegate


  • public class LivingApplicationPageAPIDelegate
    extends java.lang.Object
    Author:
    Elias Ricken de Medeiros
    • Method Detail

      • 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,
                                                                                                java.lang.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​(java.lang.String applicationName,
                                                                                             java.lang.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 java.util.List<java.lang.String> getAllPagesForProfile​(long profileId)
      • getAllPagesForProfile

        public java.util.List<java.lang.String> getAllPagesForProfile​(java.lang.String profile)