com.atlassian.jira.config.group.GroupConfigurable |
![]()
DefaultCommentManager,
DefaultGlobalPermissionManager,
DefaultPermissionSchemeManager,
DefaultProjectRoleManager,
DefaultSubscriptionManager,
DefaultWorklogManager,
GlobalPermissionsCache,
IssueSecuritySchemeManagerImpl,
OfBizApplicationRoleStore,
WorkflowBasedPermissionSchemeManager
|
Components (typically data stores) that have groups as part of their data model implements this interface to allow callers to verify whether a given group has been associated with any data. This is used to identify dormant group configuration that could potentially be activated by the creation of a group with the same name.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determine whether configuration exists for the specified
Group . | |||||||||||
Determine whether configuration exists for the specified groupName.
|
Determine whether configuration exists for the specified Group
.
group | that may or may not exist. |
---|
Determine whether configuration exists for the specified groupName. This method convert the String
groupName to a Group
using ImmutableGroup and then calls through to isGroupUsed(Group)
groupName | name of the group that may or may not exist. |
---|