Uses of Interface
com.atlassian.confluence.api.service.people.GroupService.GroupFinder
Packages that use GroupService.GroupFinder
Package
Description
-
Uses of GroupService.GroupFinder in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement GroupService.GroupFinderMethods in com.atlassian.confluence.api.impl.service.people that return GroupService.GroupFinderModifier and TypeMethodDescriptionGroupServiceImpl.GroupFinderImpl.withAncestorOf(Group group) GroupServiceImpl.GroupFinderImpl.withMember(User person) GroupServiceImpl.GroupFinderImpl.withMembershipOf(Group group) GroupServiceImpl.GroupFinderImpl.withParentOf(Group group) -
Uses of GroupService.GroupFinder in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return GroupService.GroupFinderModifier and TypeMethodDescriptionCreate a GroupFinder for locating groups, the expansions will be applied to each group that matches the finder.GroupService.GroupFinder.withAncestorOf(Group group) Restrict the finder to find groups that are ancestor of the given groupGroupService.GroupFinder.withMember(User person) Filter to groups that have the given person as a memberGroupService.GroupFinder.withMembershipOf(Group group) Restrict the finder to find groups that are members of the given groupGroupService.GroupFinder.withParentOf(Group group) Restrict the finder to find groups that are parents of the given group -
Uses of GroupService.GroupFinder in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement GroupService.GroupFinderMethods in com.atlassian.confluence.impl.service.finder.people that return GroupService.GroupFinderModifier and TypeMethodDescriptionNoopGroupFinder.withAncestorOf(Group group) NoopGroupFinder.withMember(User person) NoopGroupFinder.withMembershipOf(Group group) NoopGroupFinder.withParentOf(Group group)