Package com.atlassian.jira.sharing.type
Class GroupShareType
java.lang.Object
com.atlassian.jira.sharing.type.AbstractShareType
com.atlassian.jira.sharing.type.GroupShareType
- All Implemented Interfaces:
ShareType
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, ShareType.UsageContextType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroupShareType(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, getValidUsageContextTypes, isSingletonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.sharing.type.ShareType
isAvailable
-
Field Details
-
TYPE
-
-
Constructor Details