public interface ManagedPermissionSchemeEditingService
Modifier and Type | Method and Description |
---|---|
boolean |
addNewSecurityTypes(Scheme schemeObject,
PermissionsInputBean inputBean)
Adds a set of security types values to a set of permissions.
|
ErrorCollection |
validateAddPermissions(ApplicationUser loggedInUser,
PermissionsInputBean inputBean)
Validates whether the security types can be added to the permissions.
|
ErrorCollection validateAddPermissions(ApplicationUser loggedInUser, PermissionsInputBean inputBean)
loggedInUser
- current logged-in userinputBean
- the permission instructions under validationboolean addNewSecurityTypes(Scheme schemeObject, PermissionsInputBean inputBean)
validateAddPermissions(ApplicationUser, PermissionsInputBean)
schemeObject
- the scheme to add toinputBean
- the input bean of changesDataAccessException
- unexpected error that occurred while adding entry to data storeCopyright © 2002-2018 Atlassian. All Rights Reserved.