Package com.flowable.idm.engine.impl
Class PlatformUserQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<T,U>
org.flowable.variable.service.impl.AbstractVariableQueryImpl<T,U>
com.flowable.idm.engine.impl.UserBaseQueryImpl<PlatformUserQuery,PlatformUser>
com.flowable.idm.engine.impl.PlatformUserQueryImpl
- All Implemented Interfaces:
PlatformUserQuery
,java.io.Serializable
,org.flowable.common.engine.api.query.CacheAwareQuery<PlatformUser>
,org.flowable.common.engine.api.query.Query<PlatformUserQuery,PlatformUser>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
,org.flowable.idm.api.UserBaseQuery<PlatformUserQuery,PlatformUser>
public class PlatformUserQueryImpl extends UserBaseQueryImpl<PlatformUserQuery,PlatformUser> implements PlatformUserQuery
- Author:
- Joram Barrez, Filip Hrisafov
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Date
createdAfter
protected java.util.Date
createdBefore
protected java.lang.String
memberOfGroupKey
protected java.util.Collection<java.lang.String>
memberOfGroupKeys
protected java.util.List<java.lang.String>
notInIds
protected boolean
withoutTenantId
Fields inherited from class com.flowable.idm.engine.impl.UserBaseQueryImpl
accessbleByUserDefinitionKeyProvided, accessibleByUser, accessibleByUserDefinitionKey, displayName, displayNameLike, displayNameLikeIgnoreCase, email, emailLike, firstName, firstNameLike, firstNameLikeIgnoreCase, fullNameLike, fullNameLikeIgnoreCase, groupId, groupIds, id, idIgnoreCase, ids, lastName, lastNameLike, lastNameLikeIgnoreCase, orQueryObjects, tenantId
Fields inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
queryVariableValues
-
Constructor Summary
Constructors Constructor Description PlatformUserQueryImpl()
PlatformUserQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
PlatformUserQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description PlatformUserQuery
accessibleByUser(java.lang.String userId)
Query all users that are accessible by the user with the provideduserId
.PlatformUserQuery
accessibleByUserWithUserDefinitionKey(java.lang.String userId, java.lang.String userDefinitionKey)
Query all users that are accessible by the user with the provideduserId
anduserDefinitionKey
.PlatformUserQuery
active()
PlatformUserQuery
createAfter(java.util.Date createdAfter)
PlatformUserQuery
createdBefore(java.util.Date createdBefore)
protected PlatformUserQueryImpl
createNewQuery()
protected long
executeFindUserCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected java.util.List<PlatformUser>
executeFindUserList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<java.lang.String>
getNotInIds()
PlatformUserQuery
includeIdentityInfo()
Deprecated.PlatformUserQuery
infoEquals(java.lang.String name, java.lang.Object value)
Checks for a user with the given info name and value.PlatformUserQuery
infoEqualsIgnoreCase(java.lang.String name, java.lang.String value)
Checks for a user with the given info name and value ignoring the case of the value.PlatformUserQuery
infoValueLike(java.lang.String name, java.lang.String infoValueLike)
Checks for a user with the given info name and value like.PlatformUserQuery
infoValueLikeIgnoreCase(java.lang.String name, java.lang.String infoValueLike)
Checks for a user with the given info name and value like ignoring the case of the value.boolean
isWithoutTenantId()
PlatformUserQuery
memberOfGroupKey(java.lang.String groupKey)
Only selectPlatformUser
s that belong to the group with the given key.PlatformUserQuery
memberOfGroupKeys(java.util.Collection<java.lang.String> groupKeys)
Only selectPlatformUser
s that belong to the groups with the given keys.PlatformUserQuery
presence(java.lang.String presence)
Query for users with the given presence status.PlatformUserQuery
state(java.lang.String state)
PlatformUserQuery
subState(java.lang.String subState)
PlatformUserQuery
subType(java.lang.String subType)
PlatformUserQuery
type(java.lang.String type)
Query for users of the given typePlatformUserQuery
userDefinitionKey(java.lang.String userDefinitionKey)
PlatformUserQuery
userIdsNotIn(java.util.List<java.lang.String> ids)
PlatformUserQuery
withoutTenantId()
Query only users belonging to no tenant.Methods inherited from class com.flowable.idm.engine.impl.UserBaseQueryImpl
ensureVariablesInitialized, executeCount, executeList, getAccessibleByUser, getDisplayName, getDisplayNameLike, getDisplayNameLikeIgnoreCase, getEmail, getEmailLike, getFirstName, getFirstNameLike, getFirstNameLikeIgnoreCase, getFullNameLike, getFullNameLikeIgnoreCase, getGroupId, getGroupIds, getId, getIdIgnoreCase, getIds, getLastName, getLastNameLike, getLastNameLikeIgnoreCase, getOrQueryObjects, getTenantId, handleAccessibleByUser, handleDynamicLookupVariable, handleLookupGroups, 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.variable.service.impl.AbstractVariableQueryImpl
addVariable, getQueryVariableValues, hasLocalQueryVariableValue, hasNonLocalQueryVariableValue, hasValueComparisonQueryVariables, isBoolean, variableExists, variableExists, variableNotExists, variableNotExists, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEqualsIgnoreCase, variableValueEqualsIgnoreCase, variableValueGreaterThan, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThan, variableValueLessThanOrEqual, variableValueLessThanOrEqual, variableValueLike, variableValueLike, variableValueLikeIgnoreCase, variableValueLikeIgnoreCase, variableValueNotEquals, variableValueNotEquals, variableValueNotEqualsIgnoreCase, variableValueNotEqualsIgnoreCase
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, 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, count, desc, list, listPage, orderBy, orderBy, singleResult
Methods inherited from interface org.flowable.idm.api.UserBaseQuery
memberOfGroup, memberOfGroups, orderByUserEmail, orderByUserFirstName, orderByUserId, orderByUserLastName, tenantId, userDisplayName, userDisplayNameLike, userDisplayNameLikeIgnoreCase, userEmail, userEmailLike, userFirstName, userFirstNameLike, userFirstNameLikeIgnoreCase, userFullNameLike, userFullNameLikeIgnoreCase, userId, userIdIgnoreCase, userIds, userLastName, userLastNameLike, userLastNameLikeIgnoreCase
-
Field Details
-
notInIds
protected java.util.List<java.lang.String> notInIds -
createdBefore
protected java.util.Date createdBefore -
createdAfter
protected java.util.Date createdAfter -
withoutTenantId
protected boolean withoutTenantId -
memberOfGroupKey
protected java.lang.String memberOfGroupKey -
memberOfGroupKeys
protected java.util.Collection<java.lang.String> memberOfGroupKeys
-
-
Constructor Details
-
PlatformUserQueryImpl
public PlatformUserQueryImpl() -
PlatformUserQueryImpl
public PlatformUserQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
PlatformUserQueryImpl
public PlatformUserQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
executeFindUserCount
protected long executeFindUserCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeFindUserCount
in classUserBaseQueryImpl<PlatformUserQuery,PlatformUser>
-
executeFindUserList
protected java.util.List<PlatformUser> executeFindUserList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeFindUserList
in classUserBaseQueryImpl<PlatformUserQuery,PlatformUser>
-
userIdsNotIn
- Specified by:
userIdsNotIn
in interfacePlatformUserQuery
-
userDefinitionKey
- Specified by:
userDefinitionKey
in interfacePlatformUserQuery
-
type
Description copied from interface:PlatformUserQuery
Query for users of the given type- Specified by:
type
in interfacePlatformUserQuery
- See Also:
for known user types
-
subType
- Specified by:
subType
in interfacePlatformUserQuery
-
presence
Description copied from interface:PlatformUserQuery
Query for users with the given presence status.- Specified by:
presence
in interfacePlatformUserQuery
- See Also:
for known presence states
-
accessibleByUser
Description copied from interface:PlatformUserQuery
Query all users that are accessible by the user with the provideduserId
.- Specified by:
accessibleByUser
in interfacePlatformUserQuery
- Parameters:
userId
- the if of the user for which users should be queried
-
accessibleByUserWithUserDefinitionKey
public PlatformUserQuery accessibleByUserWithUserDefinitionKey(java.lang.String userId, java.lang.String userDefinitionKey)Description copied from interface:PlatformUserQuery
Query all users that are accessible by the user with the provideduserId
anduserDefinitionKey
.- Specified by:
accessibleByUserWithUserDefinitionKey
in interfacePlatformUserQuery
- Parameters:
userId
- the id of the user for which users should be querieduserDefinitionKey
- the user definition key for the user for which users should be queried
-
active
- Specified by:
active
in interfacePlatformUserQuery
-
state
- Specified by:
state
in interfacePlatformUserQuery
-
subState
- Specified by:
subState
in interfacePlatformUserQuery
-
infoEquals
Description copied from interface:PlatformUserQuery
Checks for a user with the given info name and value.- Specified by:
infoEquals
in interfacePlatformUserQuery
- Parameters:
name
- the name of the infovalue
- the value that the info should have
-
infoEqualsIgnoreCase
Description copied from interface:PlatformUserQuery
Checks for a user with the given info name and value ignoring the case of the value.- Specified by:
infoEqualsIgnoreCase
in interfacePlatformUserQuery
- Parameters:
name
- the name of the infovalue
- the value that the info should have
-
infoValueLike
Description copied from interface:PlatformUserQuery
Checks for a user with the given info name and value like.- Specified by:
infoValueLike
in interfacePlatformUserQuery
- Parameters:
name
- the name of the infoinfoValueLike
- the value like the info should have ('%' has to be added by the caller itself)
-
infoValueLikeIgnoreCase
public PlatformUserQuery infoValueLikeIgnoreCase(java.lang.String name, java.lang.String infoValueLike)Description copied from interface:PlatformUserQuery
Checks for a user with the given info name and value like ignoring the case of the value.- Specified by:
infoValueLikeIgnoreCase
in interfacePlatformUserQuery
- Parameters:
name
- the name of the infoinfoValueLike
- the value like the info should have ('%' has to be added by the caller itself)
-
createAfter
- Specified by:
createAfter
in interfacePlatformUserQuery
-
createdBefore
- Specified by:
createdBefore
in interfacePlatformUserQuery
-
includeIdentityInfo
Deprecated.Description copied from interface:PlatformUserQuery
Query the user including the extra identity info. Implementations are allowed to include the identity info even without explicitly invoking this.- Specified by:
includeIdentityInfo
in interfacePlatformUserQuery
-
withoutTenantId
Description copied from interface:PlatformUserQuery
Query only users belonging to no tenant.- Specified by:
withoutTenantId
in interfacePlatformUserQuery
-
memberOfGroupKey
Description copied from interface:PlatformUserQuery
Only selectPlatformUser
s that belong to the group with the given key.- Specified by:
memberOfGroupKey
in interfacePlatformUserQuery
-
memberOfGroupKeys
Description copied from interface:PlatformUserQuery
Only selectPlatformUser
s that belong to the groups with the given keys.- Specified by:
memberOfGroupKeys
in interfacePlatformUserQuery
-
createNewQuery
- Specified by:
createNewQuery
in classUserBaseQueryImpl<PlatformUserQuery,PlatformUser>
-
getNotInIds
public java.util.List<java.lang.String> getNotInIds() -
isWithoutTenantId
public boolean isWithoutTenantId()
-