com.atlassian.jira.sharing.type
Class GroupShareType

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

public class GroupShareType
extends AbstractShareType

Represents sharing a SharedEntity with a group of JIRA users.

Since:
v3.13

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.sharing.type.ShareType
ShareType.Name
 
Field Summary
static ShareType.Name TYPE
           
 
Constructor Summary
GroupShareType(GroupShareTypeRenderer renderer, GroupShareTypeValidator validator, GroupShareTypePermissionChecker permissionChecker, GroupManager groupManager)
           
 
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
Constructor Detail

GroupShareType

public GroupShareType(GroupShareTypeRenderer renderer,
                      GroupShareTypeValidator validator,
                      GroupShareTypePermissionChecker permissionChecker,
                      GroupManager groupManager)


Copyright © 2002-2014 Atlassian. All Rights Reserved.