public class LDAPGroupQueryImpl extends GroupQueryImpl
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected LDAPConfiguration |
ldapConfigurator |
protected LDAPGroupCache |
ldapGroupCache |
id, ids, name, nameLike, nameLikeIgnoreCase, type, userId, userIdscommandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
LDAPGroupQueryImpl(LDAPConfiguration ldapConfigurator,
LDAPGroupCache ldapGroupCache) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchControls |
createSearchControls() |
long |
executeCount(CommandContext commandContext) |
protected List<Group> |
executeGroupQuery(String searchExpression) |
List<Group> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
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, waitasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected LDAPConfiguration ldapConfigurator
protected LDAPGroupCache ldapGroupCache
public LDAPGroupQueryImpl(LDAPConfiguration ldapConfigurator, LDAPGroupCache ldapGroupCache)
public long executeCount(CommandContext commandContext)
executeCount in class GroupQueryImplpublic List<Group> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class GroupQueryImplprotected SearchControls createSearchControls()
Copyright © 2023 Flowable. All rights reserved.