Package com.atlassian.jira.sharing.type
Class ProjectShareType
java.lang.Object
com.atlassian.jira.sharing.type.AbstractShareType
com.atlassian.jira.sharing.type.ProjectShareType
- All Implemented Interfaces:
ShareType
Represents sharing a
SharedEntity with a all users that can browse a given project or is in a specified
project role- 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
ConstructorsConstructorDescriptionProjectShareType(ProjectShareTypeRenderer renderer, ProjectShareTypeValidator validator, ProjectShareTypePermissionChecker permissionChecker, ProjectShareQueryFactory queryFactory, ProjectSharePermissionComparator comparator) -
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