Uses of Class
org.camunda.bpm.engine.impl.UserQueryImpl
-
Packages that use UserQueryImpl Package Description org.camunda.bpm.engine.impl.db.entitymanager org.camunda.bpm.engine.impl.identity.db org.camunda.bpm.identity.impl.ldap -
-
Uses of UserQueryImpl in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager that return UserQueryImpl Modifier and Type Method Description UserQueryImpl
DbEntityManager. createUserQuery()
-
Uses of UserQueryImpl in org.camunda.bpm.engine.impl.identity.db
Subclasses of UserQueryImpl in org.camunda.bpm.engine.impl.identity.db Modifier and Type Class Description class
DbUserQueryImpl
Methods in org.camunda.bpm.engine.impl.identity.db that return UserQueryImpl Modifier and Type Method Description UserQueryImpl
DbReadOnlyIdentityServiceProvider. createUserQuery(CommandContext commandContext)
-
Uses of UserQueryImpl in org.camunda.bpm.identity.impl.ldap
Subclasses of UserQueryImpl in org.camunda.bpm.identity.impl.ldap Modifier and Type Class Description class
LdapUserQueryImpl
Methods in org.camunda.bpm.identity.impl.ldap that return UserQueryImpl Modifier and Type Method Description UserQueryImpl
LdapIdentityProviderSession. createUserQuery(CommandContext commandContext)
-