Class LivingApplicationAPIDelegate

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

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

  • Method Details

    • 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(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