|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectService.UpdateProjectSchemesValidationResult | |
|---|---|
| com.atlassian.jira.bc.project | |
| Uses of ProjectService.UpdateProjectSchemesValidationResult in com.atlassian.jira.bc.project |
|---|
| 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. |
| Methods in com.atlassian.jira.bc.project with parameters of type ProjectService.UpdateProjectSchemesValidationResult | |
|---|---|
void |
ProjectService.updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult result,
Project project)
Updates the project schemes for a particular project, given a validation result and project to update. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||