Class LivingApplicationAPIDelegate


  • public class LivingApplicationAPIDelegate
    extends java.lang.Object
    Author:
    Elias Ricken de Medeiros
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.bonitasoft.engine.business.application.Application createApplication​(org.bonitasoft.engine.business.application.ApplicationCreator applicationCreator)
      Deprecated.
      as of 9.0.0, Applications should be created at startup.
      void deleteApplication​(long applicationId)  
      org.bonitasoft.engine.business.application.Application getApplication​(long applicationId)  
      org.bonitasoft.engine.business.application.Application getApplicationByToken​(java.lang.String applicationToken)  
      org.bonitasoft.engine.business.application.Icon getIconOfApplication​(long applicationId)  
      org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.business.application.Application> searchApplications​(AbstractSearchEntity<org.bonitasoft.engine.business.application.Application,​SApplication> searchApplications)  
      org.bonitasoft.engine.business.application.Application updateApplication​(long applicationId, org.bonitasoft.engine.business.application.ApplicationUpdater updater)
      Deprecated.
      as of 9.0.0, Applications should be updated at startup.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createApplication

        @Deprecated(since="9.0.0")
        public org.bonitasoft.engine.business.application.Application createApplication​(org.bonitasoft.engine.business.application.ApplicationCreator applicationCreator)
                                                                                 throws org.bonitasoft.engine.exception.CreationException
        Deprecated.
        as of 9.0.0, Applications should be created at startup.
        Throws:
        org.bonitasoft.engine.exception.CreationException
      • getApplication

        public org.bonitasoft.engine.business.application.Application getApplication​(long applicationId)
                                                                              throws org.bonitasoft.engine.business.application.ApplicationNotFoundException
        Throws:
        org.bonitasoft.engine.business.application.ApplicationNotFoundException
      • getApplicationByToken

        public org.bonitasoft.engine.business.application.Application getApplicationByToken​(java.lang.String applicationToken)
                                                                                     throws org.bonitasoft.engine.business.application.ApplicationNotFoundException
        Throws:
        org.bonitasoft.engine.business.application.ApplicationNotFoundException
      • getIconOfApplication

        public org.bonitasoft.engine.business.application.Icon getIconOfApplication​(long applicationId)
                                                                             throws org.bonitasoft.engine.business.application.ApplicationNotFoundException
        Throws:
        org.bonitasoft.engine.business.application.ApplicationNotFoundException
      • deleteApplication

        public void deleteApplication​(long applicationId)
                               throws org.bonitasoft.engine.exception.DeletionException
        Throws:
        org.bonitasoft.engine.exception.DeletionException
      • searchApplications

        public org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.business.application.Application> searchApplications​(AbstractSearchEntity<org.bonitasoft.engine.business.application.Application,​SApplication> searchApplications)
                                                                                                                             throws org.bonitasoft.engine.exception.SearchException
        Throws:
        org.bonitasoft.engine.exception.SearchException
      • updateApplication

        @Deprecated(since="9.0.0")
        public org.bonitasoft.engine.business.application.Application updateApplication​(long applicationId,
                                                                                        org.bonitasoft.engine.business.application.ApplicationUpdater updater)
                                                                                 throws org.bonitasoft.engine.exception.UpdateException,
                                                                                        org.bonitasoft.engine.exception.AlreadyExistsException,
                                                                                        org.bonitasoft.engine.business.application.ApplicationNotFoundException
        Deprecated.
        as of 9.0.0, Applications should be updated at startup.
        Throws:
        org.bonitasoft.engine.exception.UpdateException
        org.bonitasoft.engine.exception.AlreadyExistsException
        org.bonitasoft.engine.business.application.ApplicationNotFoundException