Interface TenantLifecycleService

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void init()
      This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.
    • Method Detail

      • init

        default void init()
                   throws SBonitaException
        This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.
        Throws:
        SBonitaException