Uses of Interface
com.atlassian.confluence.api.service.people.GroupService.GroupFinder
-
-
Uses of GroupService.GroupFinder in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement GroupService.GroupFinder Modifier and Type Class Description class
GroupServiceImpl.GroupFinderImpl
Methods in com.atlassian.confluence.api.impl.service.people that return GroupService.GroupFinder Modifier and Type Method Description GroupService.GroupFinder
GroupServiceImpl. find(Expansion... expansions)
GroupService.GroupFinder
GroupServiceImpl.GroupFinderImpl. withMember(User person)
GroupService.GroupFinder
GroupServiceImpl.GroupFinderImpl. withName(String groupName)
-
Uses of GroupService.GroupFinder in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return GroupService.GroupFinder Modifier and Type Method Description GroupService.GroupFinder
GroupService. find(Expansion... expansions)
Create a GroupFinder for locating groups, the expansions will be applied to each group that matches the finder.GroupService.GroupFinder
GroupService.GroupFinder. withMember(User person)
Filter to groups that have the given person as a member -
Uses of GroupService.GroupFinder in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement GroupService.GroupFinder Modifier and Type Class Description class
NoopGroupFinder
Methods in com.atlassian.confluence.impl.service.finder.people that return GroupService.GroupFinder Modifier and Type Method Description GroupService.GroupFinder
NoopGroupFinder. withMember(User person)
-