Package io.jmix.appsettings
Interface AppSettingsTenantProvider
@NullMarked
public interface AppSettingsTenantProvider
Provides the current tenant id for app settings support.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant to be returned bygetCurrentTenantId()if tenant is currently not determined. -
Method Summary
Modifier and TypeMethodDescriptionReturns the current tenant id, orNO_TENANTif tenant is currently not determined.
-
Field Details
-
NO_TENANT
Constant to be returned bygetCurrentTenantId()if tenant is currently not determined.- See Also:
-
-
Method Details