Uses of Class
org.camunda.bpm.engine.impl.TenantQueryImpl
-
Packages that use TenantQueryImpl Package Description org.camunda.bpm.engine.impl.identity.db org.camunda.bpm.identity.impl.ldap -
-
Uses of TenantQueryImpl in org.camunda.bpm.engine.impl.identity.db
Subclasses of TenantQueryImpl in org.camunda.bpm.engine.impl.identity.db Modifier and Type Class Description class
DbTenantQueryImpl
-
Uses of TenantQueryImpl in org.camunda.bpm.identity.impl.ldap
Subclasses of TenantQueryImpl in org.camunda.bpm.identity.impl.ldap Modifier and Type Class Description class
LdapTenantQuery
Since multi-tenancy is not supported for the LDAP plugin, the query always returns0
or an empty list.
-