Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.bonitasoft.engine.command.PlatformCommand
    since 9.0.0, use RuntimeCommand instead
    org.bonitasoft.engine.command.system.CommandWithParameters
    since 9.0.0, use RuntimeCommand instead
    org.bonitasoft.engine.command.TenantCommand
    since 9.0.0, use RuntimeCommand instead
    org.bonitasoft.engine.service.impl.PlatformInitServiceAccessor
    since 9.0.0, use ServiceAccessor instead
    org.bonitasoft.engine.service.impl.ServiceAccessorFactory.createPlatformServiceAccessor()
    since 9.0.0, use ServiceAccessorFactory.createServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessorFactory.createTenantServiceAccessor()
    since 9.0.0, use ServiceAccessorFactory.createServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessors.getPlatformInitServiceAccessor()
    since 9.0.0, use ServiceAccessors.getServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessors.getPlatformServiceAccessor()
    since 9.0.0, use ServiceAccessors.getServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessors.getTenantServiceAccessor()
    since 9.0.0, use ServiceAccessors.getServiceAccessor() instead
    org.bonitasoft.engine.service.impl.SpringPlatformInitServiceAccessor
    since 9.0.0, use SpringServiceAccessor instead
    org.bonitasoft.engine.service.impl.SpringPlatformServiceAccessor
    since 9.0.0, use SpringServiceAccessor instead
    org.bonitasoft.engine.service.impl.SpringTenantServiceAccessor
    since 9.0.0, use SpringServiceAccessor instead
    org.bonitasoft.engine.service.PlatformServiceAccessor
    since 9.0.0, use ServiceAccessor instead
    org.bonitasoft.engine.service.TenantServiceAccessor
    since 9.0.0, use ServiceAccessor instead
    org.bonitasoft.engine.service.TenantServiceSingleton
    use ServiceAccessorSingleton instead
  • Deprecated Interfaces
    Interface
    Description
    org.bonitasoft.engine.service.impl.PlatformInitServiceAccessor
    since 9.0.0, use ServiceAccessor instead
    org.bonitasoft.engine.service.PlatformServiceAccessor
    since 9.0.0, use ServiceAccessor instead
    org.bonitasoft.engine.service.TenantServiceAccessor
    since 9.0.0, use ServiceAccessor instead
  • Deprecated Classes
    Class
    Description
    org.bonitasoft.engine.bdm.DateAndTimeConverter
    DateAndTimeConverter is now used. Keep this class for backward runtime compatibility
    org.bonitasoft.engine.bdm.DateConverter
    DateConverter is now used. Keep this class for backward runtime compatibility
    org.bonitasoft.engine.bdm.OffsetDateTimeConverter
    OffsetDateTimeConverter is now used. Keep this class for backward runtime compatibility
    org.bonitasoft.engine.command.PlatformCommand
    since 9.0.0, use RuntimeCommand instead
    org.bonitasoft.engine.command.system.CommandWithParameters
    since 9.0.0, use RuntimeCommand instead
    org.bonitasoft.engine.command.TenantCommand
    since 9.0.0, use RuntimeCommand instead
    org.bonitasoft.engine.service.impl.SpringPlatformInitServiceAccessor
    since 9.0.0, use SpringServiceAccessor instead
    org.bonitasoft.engine.service.impl.SpringPlatformServiceAccessor
    since 9.0.0, use SpringServiceAccessor instead
    org.bonitasoft.engine.service.impl.SpringTenantServiceAccessor
    since 9.0.0, use SpringServiceAccessor instead
    org.bonitasoft.engine.service.TenantServiceSingleton
    use ServiceAccessorSingleton instead
  • Deprecated Methods
    Method
    Description
    org.bonitasoft.engine.api.impl.ApplicationAPIImpl.createApplication(ApplicationCreator)
    org.bonitasoft.engine.api.impl.ApplicationAPIImpl.createApplicationMenu(ApplicationMenuCreator)
    org.bonitasoft.engine.api.impl.ApplicationAPIImpl.createApplicationPage(long, long, String)
    org.bonitasoft.engine.api.impl.ApplicationAPIImpl.importApplications(byte[], ApplicationImportPolicy)
    org.bonitasoft.engine.api.impl.ApplicationAPIImpl.setApplicationHomePage(long, long)
    org.bonitasoft.engine.api.impl.ApplicationAPIImpl.updateApplication(long, ApplicationUpdater)
    org.bonitasoft.engine.api.impl.ApplicationAPIImpl.updateApplicationMenu(long, ApplicationMenuUpdater)
    org.bonitasoft.engine.api.impl.livingapplication.LivingApplicationAPIDelegate.createApplication(ApplicationCreator)
    as of 9.0.0, Applications should be created at startup.
    org.bonitasoft.engine.api.impl.livingapplication.LivingApplicationAPIDelegate.updateApplication(long, ApplicationUpdater)
    as of 9.0.0, Applications should be updated at startup.
    org.bonitasoft.engine.api.impl.livingapplication.LivingApplicationMenuAPIDelegate.createApplicationMenu(ApplicationMenuCreator)
    as of 9.0.0, Application menu should be created at startup.
    org.bonitasoft.engine.api.impl.livingapplication.LivingApplicationMenuAPIDelegate.updateApplicationMenu(long, ApplicationMenuUpdater)
    as of 9.0.0, Application menu should be updated at startup.
    org.bonitasoft.engine.api.impl.livingapplication.LivingApplicationPageAPIDelegate.createApplicationPage(long, long, String)
    as of 9.0.0, Application page should be created at startup.
    org.bonitasoft.engine.api.impl.livingapplication.LivingApplicationPageAPIDelegate.setApplicationHomePage(long, long)
    as of 9.0.0, Application home page should be defined at startup.
    org.bonitasoft.engine.api.impl.ProcessAPIImpl.updateActor(long, ActorUpdater)
    org.bonitasoft.engine.api.impl.ProcessAPIImpl.updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater)
    org.bonitasoft.engine.api.impl.TenantAdministrationAPIImpl.updateBusinessDataModel(byte[])
    org.bonitasoft.engine.business.data.generator.compiler.JDTCompiler.compile(Collection<File>, File, ClassLoader)
    org.bonitasoft.engine.command.system.CommandWithParameters.getIntegerMandadoryParameter(Map<String, Serializable>, String)
    org.bonitasoft.engine.command.system.CommandWithParameters.getLongMandadoryParameter(Map<String, Serializable>, String)
    org.bonitasoft.engine.command.system.CommandWithParameters.getStringMandadoryParameter(Map<String, Serializable>, String)
    org.bonitasoft.engine.events.model.SUpdateEvent.getOldObject()
    org.bonitasoft.engine.events.model.SUpdateEvent.setOldObject(Object)
    org.bonitasoft.engine.execution.ContainerRegistry.executeFlowNodeInSameThread(SFlowNodeInstance, String)
    org.bonitasoft.engine.identity.IdentityService.createUserWithoutEncryptingPassword(SUser)
    org.bonitasoft.engine.identity.IdentityService.updateUser(SUser, EntityUpdateDescriptor, boolean)
    org.bonitasoft.engine.identity.impl.IdentityServiceImpl.createUserWithoutEncryptingPassword(SUser)
    org.bonitasoft.engine.identity.impl.IdentityServiceImpl.updateUser(SUser, EntityUpdateDescriptor, boolean)
    org.bonitasoft.engine.page.SPageUpdateBuilder.updateName(String)
    since bonita 7.13 the update of name is no more supported, it will not be take into account on the page update
    org.bonitasoft.engine.platform.impl.PlatformServiceImpl.getTenant(long)
    org.bonitasoft.engine.platform.PlatformService.getTenant(long)
    There is only one tenant. Use PlatformService.getDefaultTenant() instead.
    org.bonitasoft.engine.service.impl.ServiceAccessorFactory.createPlatformServiceAccessor()
    since 9.0.0, use ServiceAccessorFactory.createServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessorFactory.createTenantServiceAccessor()
    since 9.0.0, use ServiceAccessorFactory.createServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessors.getPlatformInitServiceAccessor()
    since 9.0.0, use ServiceAccessors.getServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessors.getPlatformServiceAccessor()
    since 9.0.0, use ServiceAccessors.getServiceAccessor() instead
    org.bonitasoft.engine.service.impl.ServiceAccessors.getTenantServiceAccessor()
    since 9.0.0, use ServiceAccessors.getServiceAccessor() instead
    org.bonitasoft.engine.service.impl.SpringPlatformServiceAccessor.getDependencyService()
    use ServiceAccessor.getPlatformDependencyService() instead
  • Deprecated Constructors
    Constructor
    Description
    org.bonitasoft.engine.business.data.generator.AbstractBDMJarBuilder(AbstractBDMCodeGenerator, JDTCompiler)
    org.bonitasoft.engine.business.data.generator.client.ClientBDMJarBuilder(JDTCompiler, ResourcesLoader)
    org.bonitasoft.engine.business.data.generator.server.ServerBDMJarBuilder(JDTCompiler)
    org.bonitasoft.engine.persistence.QueryOptions(Class<? extends PersistentObject>, String, OrderByType)
    org.bonitasoft.engine.persistence.QueryOptions(List<OrderByOption>)