com.atlassian.jira.sharing.type
Class GlobalShareType

java.lang.Object
  extended by com.atlassian.jira.sharing.type.AbstractShareType
      extended by com.atlassian.jira.sharing.type.GlobalShareType
All Implemented Interfaces:
ShareType

public class GlobalShareType
extends AbstractShareType

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.

Since:
v3.13

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.sharing.type.ShareType
ShareType.Name
 
Field Summary
static int PRIORITY
           
static ShareType.Name TYPE
           
 
Constructor Summary
GlobalShareType(GlobalShareTypeRenderer renderer, GlobalShareTypeValidator validator)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.sharing.type.AbstractShareType
getComparator, getPermissionsChecker, getPriority, getQueryFactory, getRenderer, getType, getValidator, isSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final ShareType.Name TYPE

PRIORITY

public static final int PRIORITY
See Also:
Constant Field Values
Constructor Detail

GlobalShareType

public GlobalShareType(GlobalShareTypeRenderer renderer,
                       GlobalShareTypeValidator validator)


Copyright © 2002-2014 Atlassian. All Rights Reserved.