| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserEntityManagerImpl.findUserByQueryCriteria(UserQueryImpl query) |
List<User> |
UserEntityManager.findUserByQueryCriteria(UserQueryImpl query) |
long |
UserEntityManagerImpl.findUserCountByQueryCriteria(UserQueryImpl query) |
long |
UserEntityManager.findUserCountByQueryCriteria(UserQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserDataManager.findUserByQueryCriteria(UserQueryImpl query) |
long |
UserDataManager.findUserCountByQueryCriteria(UserQueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
MybatisUserDataManager.findUserByQueryCriteria(UserQueryImpl query) |
long |
MybatisUserDataManager.findUserCountByQueryCriteria(UserQueryImpl query) |
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPUserQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
KeycloakUserQueryImpl |
Copyright © 2023 Flowable. All rights reserved.