public class GlobalShareType extends AbstractShareType
SharedEntity to be shared with all users on a JIRA instance.
This includes the sharing with the anonymous user.
This contrasts with the AuthenticatedUserShareType that restricts the shared entity to be visible only to logged in users.ShareType.Name, ShareType.UsageContextType| Modifier and Type | Field and Description |
|---|---|
static int |
PRIORITY |
static ShareType.Name |
TYPE |
| Constructor and Description |
|---|
GlobalShareType(GlobalShareTypeRenderer renderer,
GlobalShareTypeValidator validator,
ApplicationProperties applicationProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailable()
Return true if this share type is configured to be allowed.
|
getComparator, getPermissionsChecker, getPriority, getQueryFactory, getRenderer, getType, getValidator, getValidUsageContextTypes, isSingletonpublic static final ShareType.Name TYPE
public static final int PRIORITY
public GlobalShareType(GlobalShareTypeRenderer renderer, GlobalShareTypeValidator validator, ApplicationProperties applicationProperties)
public boolean isAvailable()
ShareTypeCopyright © 2002-2021 Atlassian. All Rights Reserved.