public class LdapUserQueryImpl extends UserQueryImpl
AbstractQuery.ResultTypeemail, emailLike, firstName, firstNameLike, groupId, id, ids, lastName, lastNameLike, procDefId, tenantIdcommandExecutor, expressions, orderingProperties, resultType, SORTORDER_ASC, SORTORDER_DESC, validatorsauthCheck, databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter, tenantCheck| Constructor and Description | 
|---|
LdapUserQueryImpl()  | 
LdapUserQueryImpl(CommandExecutor commandExecutor)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserQuery | 
desc()
Order the results descending on the given property as defined in this
 class (needs to come after a call to one of the orderByXxxx methods). 
 | 
long | 
executeCount(CommandContext commandContext)  | 
List<User> | 
executeList(CommandContext commandContext,
           Page page)
Executes the actual query to retrieve the list of results. 
 | 
protected LdapIdentityProviderSession | 
getLdapIdentityProvider(CommandContext commandContext)  | 
getEmail, getEmailLike, getFirstName, getFirstNameLike, getGroupId, getId, getIds, getLastName, getLastNameLike, getTenantId, memberOfGroup, memberOfTenant, orderByUserEmail, orderByUserFirstName, orderByUserId, orderByUserLastName, potentialStarter, userEmail, userEmailLike, userFirstName, userFirstNameLike, userId, userIdIn, userLastName, userLastNameLikeaddExpression, addValidator, asc, checkQueryOk, count, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, hasExcludingConditions, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, setOrderingProperties, singleResult, validate, validategetAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter, setTenantCheckpublic LdapUserQueryImpl()
public LdapUserQueryImpl(CommandExecutor commandExecutor)
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<UserQuery,User>public List<User> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractQuery<UserQuery,User>page - used if the results must be paged. If null, no paging will be applied.protected LdapIdentityProviderSession getLdapIdentityProvider(CommandContext commandContext)
Copyright © 2017. All rights reserved.