public interface MultiTenantConstants
- Author:
- Filip Hrisafov, Joram Barrez
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
static java.lang.String |
MULTI_TENANT_DEFAULT_TENANT_ID |
In a multi-tenant setup, the default tenant is the tenant
- which the super admins (admins for all tenants) are part of
- to which definitions visible for all tenants are deployed
|
static java.lang.String |
NON_MULTI_TENANT_ID |
I a non-multi-tenant setup the tenant id is the empty string,
to be consistent with the Flowable engines.
|
-
Field Details
-
static final java.lang.String MULTI_TENANT_DEFAULT_TENANT_ID
In a multi-tenant setup, the default tenant is the tenant
- which the super admins (admins for all tenants) are part of
- to which definitions visible for all tenants are deployed
- See Also:
- Constant Field Values
-
static final java.lang.String NON_MULTI_TENANT_ID
I a non-multi-tenant setup the tenant id is the empty string,
to be consistent with the Flowable engines.
- See Also:
- Constant Field Values