public interface GlobalPermissionTypesManager
Modifier and Type | Method and Description |
---|---|
Collection<GlobalPermissionType> |
getAll()
Returns all global permissions defined in this JIRA instance.
|
io.atlassian.fugue.Option<GlobalPermissionType> |
getGlobalPermission(GlobalPermissionKey permissionKey)
Returns the details of the given Global Permission.
|
io.atlassian.fugue.Option<GlobalPermissionType> |
getGlobalPermission(String permissionKey)
Returns the details of the given Global Permission.
|
Collection<GlobalPermissionType> getAll()
io.atlassian.fugue.Option<GlobalPermissionType> getGlobalPermission(@Nonnull String permissionKey)
permissionKey
- the String based permission keyio.atlassian.fugue.Option<GlobalPermissionType> getGlobalPermission(@Nonnull GlobalPermissionKey permissionKey)
permissionKey
- the GlobalPermissionKey representing this Global Permission.Copyright © 2002-2019 Atlassian. All Rights Reserved.