public class LdapGroupQuery extends GroupQueryImpl
id, name, nameLike, procDefId, type, userId
commandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
databaseType, firstResult, maxResults, parameter
authDefaultPerm, authGroupIds, authPerms, authResourceId, authResourceIdQueryParam, authResourceType, authUserId, isAuthorizationCheckEnabled
Constructor and Description |
---|
LdapGroupQuery() |
LdapGroupQuery(CommandContext commandContext) |
LdapGroupQuery(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext) |
List<Group> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
protected LdapIdentityProviderSession |
getLdapIdentityProvider(CommandContext commandContext) |
getId, getName, getNameLike, getType, getUserId, groupId, groupMember, groupName, groupNameLike, groupType, orderByGroupId, orderByGroupName, orderByGroupType, potentialStarter
addOrder, asc, assertParamNotNull, assertParamNotNull, checkQueryOk, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResult
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter
getAuthDefaultPerm, getAuthGroupIds, getAuthPerms, getAuthResourceId, getAuthResourceIdQueryParam, getAuthResourceType, getAuthUserId, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthPerms, setAuthResourceId, setAuthResourceIdQueryParam, setAuthResourceType, setAuthUserId
public LdapGroupQuery()
public LdapGroupQuery(CommandContext commandContext)
public LdapGroupQuery(CommandExecutor commandExecutor)
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<GroupQuery,Group>
public List<Group> executeList(CommandContext commandContext, Page page)
AbstractQuery
executeList
in class AbstractQuery<GroupQuery,Group>
page
- used if the results must be paged. If null, no paging will be applied.protected LdapIdentityProviderSession getLdapIdentityProvider(CommandContext commandContext)
Copyright © 2015. All rights reserved.