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> |
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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected 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 © 2018 Flowable. All rights reserved.