Class TenantUtil
java.lang.Object
com.flowable.platform.common.util.TenantUtil
-
Method Summary
Modifier and TypeMethodDescriptionconvertToTenantAwareGroupId(List<String> groupKeys, String tenantId) static StringcreateGroupId(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 booleanisBlankOrDefaultTenant(String tenantId) static booleanisDefaultTenant(String tenantId) static booleanisNotBlankOrDefaultTenant(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
-