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 classGroupServiceImpl.GroupFinderImplMethods in com.atlassian.confluence.api.impl.service.people that return GroupService.GroupFinder Modifier and Type Method Description GroupService.GroupFinderGroupServiceImpl. find(Expansion... expansions)GroupService.GroupFinderGroupServiceImpl.GroupFinderImpl. withMember(User person)GroupService.GroupFinderGroupServiceImpl.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.GroupFinderGroupService. find(Expansion... expansions)Create a GroupFinder for locating groups, the expansions will be applied to each group that matches the finder.GroupService.GroupFinderGroupService.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 classNoopGroupFinderMethods in com.atlassian.confluence.impl.service.finder.people that return GroupService.GroupFinder Modifier and Type Method Description GroupService.GroupFinderNoopGroupFinder. withMember(User person)
-