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,Serializable,CacheAwareQuery<PlatformUser>,Query<PlatformUserQuery,,PlatformUser> Command<Object>,UserBaseQuery<PlatformUserQuery,PlatformUser>
public class PlatformUserQueryImpl
extends UserBaseQueryImpl<PlatformUserQuery,PlatformUser>
implements PlatformUserQuery
- Author:
- Joram Barrez, Filip Hrisafov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected Dateprotected Stringprotected Collection<String>protected Collection<String>protected Collection<String>protected booleanFields 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, tenantIdFields inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
queryVariableValues, variableValueProviderFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionPlatformUserQueryImpl(CommandContext commandContext, CoreIdmEngineConfiguration idmEngineConfiguration) PlatformUserQueryImpl(CommandExecutor commandExecutor, CoreIdmEngineConfiguration idmEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionaccessibleByUser(String userId) Query all users that are accessible by the user with the provideduserId.accessibleByUserWithUserDefinitionKey(String userId, String userDefinitionKey) Query all users that are accessible by the user with the provideduserIdanduserDefinitionKey.active()createAfter(Date createdAfter) createdBefore(Date createdBefore) protected PlatformUserQueryImplcreateNewQuery(CommandContext commandContext, CoreIdmEngineConfiguration idmEngineConfiguration) protected longexecuteFindUserCount(CommandContext commandContext) protected List<PlatformUser>executeFindUserList(CommandContext commandContext) Deprecated.infoEquals(String name, Object value) Checks for a user with the given info name and value.infoEqualsIgnoreCase(String name, String value) Checks for a user with the given info name and value ignoring the case of the value.infoValueLike(String name, String infoValueLike) Checks for a user with the given info name and value like.infoValueLikeIgnoreCase(String name, String infoValueLike) Checks for a user with the given info name and value like ignoring the case of the value.booleanmemberOfGroupKey(String groupKey) Only selectPlatformUsers that belong to the group with the given key.memberOfGroupKeys(Collection<String> groupKeys) Only selectPlatformUsers that belong to the groups with the given keys.Query for users with the given presence status.Query for users of the given typeuserDefinitionKey(String userDefinitionKey) userIdsNotIn(List<String> ids) userIdsOrMemberOfGroupKeys(Collection<String> userIds, Collection<String> groupKeys) Only selectPlatformUsers with the given user ids or that belong to the groups with the given keys.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, userLastNameLikeIgnoreCaseMethods inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
addVariable, addVariable, getQueryVariableValues, hasLocalQueryVariableValue, hasNonLocalQueryVariableValue, hasValueComparisonQueryVariables, isBoolean, scopedVariableExists, scopedVariableNotExists, scopedVariableValueEquals, scopedVariableValueEquals, scopedVariableValueEqualsIgnoreCase, scopedVariableValueGreaterThan, scopedVariableValueGreaterThanOrEqual, scopedVariableValueLessThan, scopedVariableValueLessThanOrEqual, scopedVariableValueLike, scopedVariableValueLikeIgnoreCase, scopedVariableValueNotEquals, scopedVariableValueNotEqualsIgnoreCase, 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, variableValueNotEqualsIgnoreCaseMethods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValueMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResultMethods 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
-
createdBefore
-
createdAfter
-
withoutTenantId
protected boolean withoutTenantId -
memberOfGroupKey
-
memberOfGroupKeys
-
userIdsForOr
-
memberOfGroupKeysForOr
-
-
Constructor Details
-
PlatformUserQueryImpl
public PlatformUserQueryImpl() -
PlatformUserQueryImpl
public PlatformUserQueryImpl(CommandContext commandContext, CoreIdmEngineConfiguration idmEngineConfiguration) -
PlatformUserQueryImpl
public PlatformUserQueryImpl(CommandExecutor commandExecutor, CoreIdmEngineConfiguration idmEngineConfiguration)
-
-
Method Details
-
executeFindUserCount
- Specified by:
executeFindUserCountin classUserBaseQueryImpl<PlatformUserQuery,PlatformUser>
-
executeFindUserList
- Specified by:
executeFindUserListin classUserBaseQueryImpl<PlatformUserQuery,PlatformUser>
-
userIdsNotIn
- Specified by:
userIdsNotInin interfacePlatformUserQuery
-
userDefinitionKey
- Specified by:
userDefinitionKeyin interfacePlatformUserQuery
-
type
Description copied from interface:PlatformUserQueryQuery for users of the given type- Specified by:
typein interfacePlatformUserQuery- See Also:
-
subType
- Specified by:
subTypein interfacePlatformUserQuery
-
presence
Description copied from interface:PlatformUserQueryQuery for users with the given presence status.- Specified by:
presencein interfacePlatformUserQuery- See Also:
-
accessibleByUser
Description copied from interface:PlatformUserQueryQuery all users that are accessible by the user with the provideduserId.- Specified by:
accessibleByUserin interfacePlatformUserQuery- Parameters:
userId- the if of the user for which users should be queried
-
accessibleByUserWithUserDefinitionKey
public PlatformUserQuery accessibleByUserWithUserDefinitionKey(String userId, String userDefinitionKey) Description copied from interface:PlatformUserQueryQuery all users that are accessible by the user with the provideduserIdanduserDefinitionKey.- Specified by:
accessibleByUserWithUserDefinitionKeyin 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:
activein interfacePlatformUserQuery
-
state
- Specified by:
statein interfacePlatformUserQuery
-
subState
- Specified by:
subStatein interfacePlatformUserQuery
-
infoEquals
Description copied from interface:PlatformUserQueryChecks for a user with the given info name and value.- Specified by:
infoEqualsin interfacePlatformUserQuery- Parameters:
name- the name of the infovalue- the value that the info should have
-
infoEqualsIgnoreCase
Description copied from interface:PlatformUserQueryChecks for a user with the given info name and value ignoring the case of the value.- Specified by:
infoEqualsIgnoreCasein interfacePlatformUserQuery- Parameters:
name- the name of the infovalue- the value that the info should have
-
infoValueLike
Description copied from interface:PlatformUserQueryChecks for a user with the given info name and value like.- Specified by:
infoValueLikein interfacePlatformUserQuery- Parameters:
name- the name of the infoinfoValueLike- the value like the info should have ('%' has to be added by the caller itself)
-
infoValueLikeIgnoreCase
Description copied from interface:PlatformUserQueryChecks for a user with the given info name and value like ignoring the case of the value.- Specified by:
infoValueLikeIgnoreCasein 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:
createAfterin interfacePlatformUserQuery
-
createdBefore
- Specified by:
createdBeforein interfacePlatformUserQuery
-
includeIdentityInfo
Deprecated.Description copied from interface:PlatformUserQueryQuery the user including the extra identity info. Implementations are allowed to include the identity info even without explicitly invoking this.- Specified by:
includeIdentityInfoin interfacePlatformUserQuery
-
withoutTenantId
Description copied from interface:PlatformUserQueryQuery only users belonging to no tenant.- Specified by:
withoutTenantIdin interfacePlatformUserQuery
-
memberOfGroupKey
Description copied from interface:PlatformUserQueryOnly selectPlatformUsers that belong to the group with the given key.- Specified by:
memberOfGroupKeyin interfacePlatformUserQuery
-
memberOfGroupKeys
Description copied from interface:PlatformUserQueryOnly selectPlatformUsers that belong to the groups with the given keys.- Specified by:
memberOfGroupKeysin interfacePlatformUserQuery
-
userIdsOrMemberOfGroupKeys
public PlatformUserQuery userIdsOrMemberOfGroupKeys(Collection<String> userIds, Collection<String> groupKeys) Description copied from interface:PlatformUserQueryOnly selectPlatformUsers with the given user ids or that belong to the groups with the given keys.- Specified by:
userIdsOrMemberOfGroupKeysin interfacePlatformUserQuery
-
createNewQuery
protected PlatformUserQueryImpl createNewQuery(CommandContext commandContext, CoreIdmEngineConfiguration idmEngineConfiguration) - Specified by:
createNewQueryin classUserBaseQueryImpl<PlatformUserQuery,PlatformUser>
-
getNotInIds
-
isWithoutTenantId
public boolean isWithoutTenantId()
-