Uses of Interface
org.operaton.bpm.engine.identity.GroupQuery
Packages that use GroupQuery
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 GroupQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return GroupQueryModifier and TypeMethodDescriptionIdentityService.createGroupQuery()Creates aGroupQuerythats allows to programmatically query the groups. -
Uses of GroupQuery in org.operaton.bpm.engine.identity
Methods in org.operaton.bpm.engine.identity that return GroupQueryModifier and TypeMethodDescriptionOnly selectGroups with the given id.Only selectGroups with the given idsGroupQuery.groupMember(String groupMemberUserId) Only selectsGroups where the given user is a member of.Only selectGroups with the given name.GroupQuery.groupNameLike(String groupNameLike) Only selectGroups where the name matches the given parameter.Only selectGroups which have the given type.GroupQuery.memberOfTenant(String tenantId) Only selectGroups that belongs to the given tenant.GroupQuery.orderByGroupId()Order by group id (needs to be followed byQuery.asc()orQuery.desc()).GroupQuery.orderByGroupName()Order by group name (needs to be followed byQuery.asc()orQuery.desc()).GroupQuery.orderByGroupType()Order by group type (needs to be followed byQuery.asc()orQuery.desc()).GroupQuery.potentialStarter(String procDefId) Only selectGroupS that are potential starter for the given process definition. -
Uses of GroupQuery in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement GroupQueryMethods in org.operaton.bpm.engine.impl that return GroupQueryModifier and TypeMethodDescriptionIdentityServiceImpl.createGroupQuery()GroupQueryImpl.groupMember(String userId) GroupQueryImpl.groupNameLike(String nameLike) GroupQueryImpl.memberOfTenant(String tenantId) GroupQueryImpl.orderByGroupId()GroupQueryImpl.orderByGroupName()GroupQueryImpl.orderByGroupType()GroupQueryImpl.potentialStarter(String procDefId) -
Uses of GroupQuery in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return GroupQuery -
Uses of GroupQuery in org.operaton.bpm.engine.impl.identity
Methods in org.operaton.bpm.engine.impl.identity that return GroupQueryModifier and TypeMethodDescriptionReadOnlyIdentityProvider.createGroupQuery()ReadOnlyIdentityProvider.createGroupQuery(CommandContext commandContext) -
Uses of GroupQuery in org.operaton.bpm.engine.impl.identity.db
Classes in org.operaton.bpm.engine.impl.identity.db that implement GroupQueryMethods in org.operaton.bpm.engine.impl.identity.db that return GroupQueryModifier and TypeMethodDescriptionDbReadOnlyIdentityServiceProvider.createGroupQuery()DbReadOnlyIdentityServiceProvider.createGroupQuery(CommandContext commandContext) -
Uses of GroupQuery in org.operaton.bpm.engine.rest.dto.identity
Methods in org.operaton.bpm.engine.rest.dto.identity that return GroupQueryModifier and TypeMethodDescriptionprotected GroupQueryGroupQueryDto.createNewQuery(ProcessEngine engine) Methods in org.operaton.bpm.engine.rest.dto.identity with parameters of type GroupQueryModifier and TypeMethodDescriptionprotected voidGroupQueryDto.applyFilters(GroupQuery query) protected voidGroupQueryDto.applySortBy(GroupQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine) -
Uses of GroupQuery in org.operaton.bpm.identity.impl.ldap
Classes in org.operaton.bpm.identity.impl.ldap that implement GroupQueryMethods in org.operaton.bpm.identity.impl.ldap that return GroupQueryModifier and TypeMethodDescriptionLdapIdentityProviderSession.createGroupQuery()LdapIdentityProviderSession.createGroupQuery(CommandContext commandContext) -
Uses of GroupQuery in org.operaton.bpm.spring.boot.starter.security.oauth2.impl
Classes in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that implement GroupQueryMethods in org.operaton.bpm.spring.boot.starter.security.oauth2.impl that return GroupQueryModifier and TypeMethodDescriptionOAuth2IdentityProvider.createGroupQuery()OAuth2IdentityProvider.createGroupQuery(CommandContext commandContext)