public class

GlobalShareType

extends AbstractShareType
java.lang.Object
   ↳ com.atlassian.jira.sharing.type.AbstractShareType
     ↳ com.atlassian.jira.sharing.type.GlobalShareType

Class Overview

Implementation of the ShareType that allows a SharedEntity to be shared with all users on a JIRA instance. This includes the sharing with the anonymous user.

Summary

Constants
int PRIORITY
Fields
public static final ShareType.Name TYPE
Public Constructors
GlobalShareType(GlobalShareTypeRenderer renderer, GlobalShareTypeValidator validator)
[Expand]
Inherited Methods
From class com.atlassian.jira.sharing.type.AbstractShareType
From class java.lang.Object
From interface com.atlassian.jira.sharing.type.ShareType

Constants

public static final int PRIORITY

Constant Value: 1 (0x00000001)

Fields

public static final ShareType.Name TYPE

Public Constructors

public GlobalShareType (GlobalShareTypeRenderer renderer, GlobalShareTypeValidator validator)