接口 Y9AppManager

  • 所有已知实现类:
    Y9AppManagerImpl

    public interface Y9AppManager
    应用 Manager
    从以下版本开始:
    9.6.2
    作者:
    shidaobang
    Date:
    2023/06/14
    • 方法详细资料

      • delete

        void delete​(String id)
      • deleteBySystemId

        void deleteBySystemId​(String systemId)
      • deleteTenantRelatedByAppId

        void deleteTenantRelatedByAppId​(String appId)
        删除相关租户数据
        切换不同的数据源 需开启新事务
        参数:
        appId - 应用id
      • updateTabIndex

        Y9App updateTabIndex​(String id,
                             int index)