Package | Description |
---|---|
com.atlassian.jira.sharing.type |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedUserShareQueryFactory
Implementation of the
ShareQueryFactory for the AuthenticatedUser share type. |
class |
GlobalShareQueryFactory
Implementation of the
ShareQueryFactory for the Global share type. |
class |
GroupShareQueryFactory |
class |
PrivateShareQueryFactory
Special ShareQueryFactory for the implied Private share type.
|
class |
ProjectShareQueryFactory |
class |
UserShareQueryFactory |
Modifier and Type | Method and Description |
---|---|
ShareQueryFactory<? extends ShareTypeSearchParameter> |
AbstractShareType.getQueryFactory() |
ShareQueryFactory<? extends ShareTypeSearchParameter> |
ShareType.getQueryFactory()
Return the object that can be used to build query conditions to find instances of this ShareType.
|
Constructor and Description |
---|
AbstractShareType(ShareType.Name type,
boolean singleton,
int priority,
ShareTypeRenderer renderer,
ShareTypeValidator validator,
ShareTypePermissionChecker permissionChecker,
ShareQueryFactory<? extends ShareTypeSearchParameter> queryFactory,
Comparator<SharePermission> comparator) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.