Class TenantUtil
java.lang.Object
com.flowable.platform.common.util.TenantUtil
-
Method Summary
Modifier and TypeMethodDescriptionconvertToTenantAwareGroupId
(List<String> groupKeys, String tenantId) static String
createGroupId
(String groupKey, String tenantId) When running multi-tenant, the group id gets prefixed with the tenantId, to avoid clashes when having the same key for different groups and easy recognition of important groups at the same time.static boolean
isBlankOrDefaultTenant
(String tenantId) static boolean
isDefaultTenant
(String tenantId) static boolean
isNotBlankOrDefaultTenant
(String tenantId)
-
Method Details
-
isBlankOrDefaultTenant
-
isNotBlankOrDefaultTenant
-
isDefaultTenant
-
createGroupId
When running multi-tenant, the group id gets prefixed with the tenantId, to avoid clashes when having the same key for different groups and easy recognition of important groups at the same time. -
convertToTenantAwareGroupId
-