Package com.atlassian.jira.sharing.type
Class UserShareType
java.lang.Object
com.atlassian.jira.sharing.type.AbstractShareType
com.atlassian.jira.sharing.type.UserShareType
- All Implemented Interfaces:
ShareType
Represents sharing a
SharedEntity with a single user of JIRA.- Since:
- v7.12
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.sharing.type.ShareType
ShareType.Name, ShareType.UsageContextType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserShareType(UserShareTypeRenderer renderer, UserShareTypeValidator validator, UserShareTypePermissionChecker permissionChecker) -
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