Uses of Interface
org.operaton.bpm.engine.identity.UserQuery
Packages that use UserQuery
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Classes related to the
IdentityService.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of UserQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return UserQueryModifier and TypeMethodDescriptionIdentityService.createUserQuery()Creates aUserQuerythat allows to programmatically query the users. -
Uses of UserQuery in org.operaton.bpm.engine.identity
Methods in org.operaton.bpm.engine.identity that return UserQueryModifier and TypeMethodDescriptionUserQuery.memberOfGroup(String groupId) Only selectUsers that belong to the given group.UserQuery.memberOfTenant(String tenantId) Only selectUsers that belongs to the given tenant.UserQuery.orderByUserEmail()Order by user email (needs to be followed byQuery.asc()orQuery.desc()).UserQuery.orderByUserFirstName()Order by user first name (needs to be followed byQuery.asc()orQuery.desc()).UserQuery.orderByUserId()Order by user id (needs to be followed byQuery.asc()orQuery.desc()).UserQuery.orderByUserLastName()Order by user last name (needs to be followed byQuery.asc()orQuery.desc()).UserQuery.potentialStarter(String procDefId) Only selectUserS that are potential starter for the given process definition.Only thoseUsers with the given email addres.UserQuery.userEmailLike(String emailLike) Only selectUsers where the email matches the given parameter.UserQuery.userFirstName(String firstName) Only selectUsers with the given firstName.UserQuery.userFirstNameLike(String firstNameLike) Only selectUsers where the first name matches the given parameter.Only selectUsers with the given id/Only selectUsers with the given idsUserQuery.userLastName(String lastName) Only selectUsers with the given lastName.UserQuery.userLastNameLike(String lastNameLike) Only selectUsers where the last name matches the given parameter. -
Uses of UserQuery in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement UserQueryMethods in org.operaton.bpm.engine.impl that return UserQueryModifier and TypeMethodDescriptionIdentityServiceImpl.createUserQuery()UserQueryImpl.memberOfGroup(String groupId) UserQueryImpl.memberOfTenant(String tenantId) UserQueryImpl.orderByUserEmail()UserQueryImpl.orderByUserFirstName()UserQueryImpl.orderByUserId()UserQueryImpl.orderByUserLastName()UserQueryImpl.potentialStarter(String procDefId) UserQueryImpl.userEmailLike(String emailLike) UserQueryImpl.userFirstName(String firstName) UserQueryImpl.userFirstNameLike(String firstNameLike) UserQueryImpl.userLastName(String lastName) UserQueryImpl.userLastNameLike(String lastNameLike) -
Uses of UserQuery in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return UserQuery -
Uses of UserQuery in org.operaton.bpm.engine.impl.identity
Methods in org.operaton.bpm.engine.impl.identity that return UserQueryModifier and TypeMethodDescriptionReadOnlyIdentityProvider.createUserQuery()ReadOnlyIdentityProvider.createUserQuery(CommandContext commandContext) -
Uses of UserQuery in org.operaton.bpm.engine.impl.identity.db
Classes in org.operaton.bpm.engine.impl.identity.db that implement UserQueryMethods in org.operaton.bpm.engine.impl.identity.db that return UserQuery -
Uses of UserQuery in org.operaton.bpm.engine.rest.dto.identity
Methods in org.operaton.bpm.engine.rest.dto.identity that return UserQueryModifier and TypeMethodDescriptionprotected UserQueryUserQueryDto.createNewQuery(ProcessEngine engine) Methods in org.operaton.bpm.engine.rest.dto.identity with parameters of type UserQueryModifier and TypeMethodDescriptionprotected voidUserQueryDto.applyFilters(UserQuery query) protected voidUserQueryDto.applySortBy(UserQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine) -
Uses of UserQuery in org.operaton.bpm.identity.impl.ldap
Classes in org.operaton.bpm.identity.impl.ldap that implement UserQueryMethods in org.operaton.bpm.identity.impl.ldap that return UserQueryModifier and TypeMethodDescriptionLdapIdentityProviderSession.createUserQuery()LdapUserQueryImpl.desc() -
Uses of UserQuery in org.operaton.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that implement UserQueryMethods in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that return UserQuery