Package | Description |
---|---|
com.atlassian.jira.sharing.type |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedUserShareTypeValidator
A ShareTypeValidator representing a
SharedEntity shared with logged in users. |
class |
GlobalShareTypeValidator
A GlobalShareTypeValidator representing a globally shared
SharedEntity . |
class |
GroupShareTypeValidator
A validator for the
GroupShareType . |
class |
ProjectShareTypeValidator
Validator for
ProjectShareType |
class |
UserShareTypeValidator |
Modifier and Type | Method and Description |
---|---|
ShareTypeValidator |
AbstractShareType.getValidator() |
ShareTypeValidator |
ShareType.getValidator()
Retrieves the
ShareTypeValidator that contains all logic for validating 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.