Uses of Interface
org.flowable.idm.api.GroupQuery
Packages that use GroupQuery
-
Uses of GroupQuery in org.flowable.idm.api
Methods in org.flowable.idm.api that return GroupQueryModifier and TypeMethodDescriptionIdmIdentityService.createGroupQuery()Creates aGroupQuerythat allows to programmatically query the groups.Only selectGroups with the given id.Only selectGroups with the given ids.GroupQuery.groupMember(String groupMemberUserId) Only selectsGroups where the given user is a member of.GroupQuery.groupMembers(List<String> groupMemberUserIds) Only selectsGroups where the given users are a member of.Only selectGroups with the given name.GroupQuery.groupNameLike(String groupNameLike) Only selectGroups where the name matches the given parameter.GroupQuery.groupNameLikeIgnoreCase(String groupNameLikeIgnoreCase) Only selectGroups where the name matches the given parameter (ignoring case).Only selectGroups which have the given type.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()).