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 resolving
Group
s.- Since:
- 7.17
-
Method Summary
-
Method Details
-
getGroup
Returns the group with the specified name, ornull
if the group doesn't exist or the name isnull
.
-