public static interface PersonService.Validator
Modifier and Type | Method and Description |
---|---|
ValidationResult |
validateDelete(Person personToDelete)
Validate that the current user has permissions to remove the given person
|
ValidationResult |
validateView()
Validate that current user can view user profiles
|
ValidationResult validateView()
ValidationResult validateDelete(Person personToDelete)
personToDelete
- Copyright © 2003–2019 Atlassian. All rights reserved.