Package com.atlassian.confluence.user
Interface GroupResolver
-
- All Known Subinterfaces:
UserAccessor
,UserAccessorInternal
- All Known Implementing Classes:
DefaultUserAccessor
,ReadOnlyUserAccessor
@Transactional public interface GroupResolver
Provides operations for resolvingGroup
s.- Since:
- 7.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.atlassian.user.Group
getGroup(String name)
Returns the group with the specified name, ornull
if the group doesn't exist or the name isnull
.
-
-
-
Method Detail
-
getGroup
@Nullable com.atlassian.user.Group getGroup(String name)
Returns the group with the specified name, ornull
if the group doesn't exist or the name isnull
.
-
-