public class LDAPGroupQueryImpl extends GroupQueryImpl
| Modifier and Type | Field and Description |
|---|---|
protected LDAPConfiguration |
ldapConfigurator |
protected LDAPGroupCache |
ldapGroupCache |
id, ids, name, nameLike, nameLikeIgnoreCase, type, userId, userIds| Constructor and Description |
|---|
LDAPGroupQueryImpl(LDAPConfiguration ldapConfigurator,
LDAPGroupCache ldapGroupCache) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchControls |
createSearchControls() |
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected List<Group> |
executeGroupQuery(String searchExpression) |
List<Group> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected List<Group> |
executeQuery() |
protected List<Group> |
findAllGroups() |
protected List<Group> |
findGroupsById(String id) |
protected List<Group> |
findGroupsByUser(String userId) |
getId, getIds, getName, getNameLike, getNameLikeIgnoreCase, getType, getUserId, getUserIds, groupId, groupIds, groupMember, groupMembers, groupName, groupNameLike, groupNameLikeIgnoreCase, groupType, orderByGroupId, orderByGroupName, orderByGroupTypeasc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected LDAPConfiguration ldapConfigurator
protected LDAPGroupCache ldapGroupCache
public LDAPGroupQueryImpl(LDAPConfiguration ldapConfigurator, LDAPGroupCache ldapGroupCache)
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class GroupQueryImplpublic List<Group> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class GroupQueryImplprotected SearchControls createSearchControls()
Copyright © 2022 Flowable. All rights reserved.