Package com.atlassian.jira.sharing.type
Class GroupShareTypeValidator
java.lang.Object
com.atlassian.jira.sharing.type.GroupShareTypeValidator
- All Implemented Interfaces:
ShareTypeValidator
A validator for the
GroupShareType.- Since:
- v3.13
-
Field Summary
Fields inherited from interface com.atlassian.jira.sharing.type.ShareTypeValidator
DELEGATED_ERROR_KEY, ERROR_KEY -
Constructor Summary
ConstructorsConstructorDescriptionGroupShareTypeValidator(GlobalPermissionManager globalPermissionManager, GroupManager groupManager, FeatureManager featureManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckSearchParameter(JiraServiceContext ctx, ShareTypeSearchParameter searchParameter) Check to see if the passed SearchParameter is valid for the ShareType.booleancheckSharePermission(JiraServiceContext ctx, SharePermission permission) Checks if the passed SharePermission is valid for the associated ShareType.
-
Constructor Details
-
GroupShareTypeValidator
public GroupShareTypeValidator(GlobalPermissionManager globalPermissionManager, GroupManager groupManager, FeatureManager featureManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details