Class SyncopeUserQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.UserQuery,org.flowable.idm.api.User>
org.flowable.idm.engine.impl.UserQueryImpl
org.apache.syncope.core.flowable.support.SyncopeUserQueryImpl
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.api.query.CacheAwareQuery<org.flowable.idm.engine.impl.persistence.entity.UserEntity>
,org.flowable.common.engine.api.query.Query<org.flowable.idm.api.UserQuery,
,org.flowable.idm.api.User> org.flowable.common.engine.impl.interceptor.Command<Object>
,org.flowable.idm.api.UserBaseQuery<org.flowable.idm.api.UserQuery,
,org.flowable.idm.api.User> org.flowable.idm.api.UserQuery
public class SyncopeUserQueryImpl
extends org.flowable.idm.engine.impl.UserQueryImpl
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Field Summary
Fields inherited from class org.flowable.idm.engine.impl.UserQueryImpl
displayName, displayNameLike, displayNameLikeIgnoreCase, email, emailLike, firstName, firstNameLike, firstNameLikeIgnoreCase, fullNameLike, fullNameLikeIgnoreCase, groupId, groupIds, id, idIgnoreCase, ids, lastName, lastNameLike, lastNameLikeIgnoreCase, tenantId
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
-
Method Summary
Methods inherited from class org.flowable.idm.engine.impl.UserQueryImpl
executeCount, executeList, getDisplayName, getDisplayNameLike, getDisplayNameLikeIgnoreCase, getEmail, getEmailLike, getFirstName, getFirstNameLike, getFirstNameLikeIgnoreCase, getFullNameLike, getFullNameLikeIgnoreCase, getGroupId, getGroupIds, getId, getIdIgnoreCase, getIds, getLastName, getLastNameLike, getLastNameLikeIgnoreCase, getTenantId, memberOfGroup, memberOfGroups, orderByUserEmail, orderByUserFirstName, orderByUserId, orderByUserLastName, tenantId, userDisplayName, userDisplayNameLike, userDisplayNameLikeIgnoreCase, userEmail, userEmailLike, userFirstName, userFirstNameLike, userFirstNameLikeIgnoreCase, userFullNameLike, userFullNameLikeIgnoreCase, userId, userIdIgnoreCase, userIds, userLastName, userLastNameLike, userLastNameLikeIgnoreCase
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, desc, direction, execute, executeSingleResult, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, desc, listPage, orderBy, orderBy, singleResult
-
Constructor Details
-
SyncopeUserQueryImpl
public SyncopeUserQueryImpl()
-
-
Method Details
-
count
- Specified by:
count
in interfaceorg.flowable.common.engine.api.query.Query<org.flowable.idm.api.UserQuery,
org.flowable.idm.api.User> - Overrides:
count
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.UserQuery,
org.flowable.idm.api.User>
-
list
- Specified by:
list
in interfaceorg.flowable.common.engine.api.query.Query<org.flowable.idm.api.UserQuery,
org.flowable.idm.api.User> - Overrides:
list
in classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.UserQuery,
org.flowable.idm.api.User>
-