| Methods in com.atlassian.jira.bc.project that return ProjectService.UpdateProjectSchemesValidationResult |
ProjectService.UpdateProjectSchemesValidationResult |
ProjectService.validateUpdateProjectSchemes(User user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
If the scheme ids are not null or -1 (-1 is often used to reset schemes), then an attempt will be made to
retrieve the scheme. |
ProjectService.UpdateProjectSchemesValidationResult |
ProjectService.validateUpdateProjectSchemes(com.atlassian.crowd.embedded.api.User user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
If the scheme ids are not null or -1 (-1 is often used to reset schemes), then an attempt will be made to
retrieve the scheme. |
ProjectService.UpdateProjectSchemesValidationResult |
DefaultProjectService.validateUpdateProjectSchemes(com.atlassian.crowd.embedded.api.User user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
|
ProjectService.UpdateProjectSchemesValidationResult |
DefaultProjectService.validateUpdateProjectSchemes(User user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
|