public class LegacyProjectPermissionKeyMapping extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.BiMap<Integer,ProjectPermissionKey> |
ID_TO_KEY |
Constructor and Description |
---|
LegacyProjectPermissionKeyMapping() |
Modifier and Type | Method and Description |
---|---|
static Integer |
getId(ProjectPermissionKey key) |
static Long |
getIdAsLong(ProjectPermissionKey key) |
static ProjectPermissionKey |
getKey(Integer id) |
static ProjectPermissionKey |
getKey(Long id) |
public static final com.google.common.collect.BiMap<Integer,ProjectPermissionKey> ID_TO_KEY
public static ProjectPermissionKey getKey(Long id)
public static ProjectPermissionKey getKey(Integer id)
public static Integer getId(ProjectPermissionKey key)
public static Long getIdAsLong(ProjectPermissionKey key)
Copyright © 2002-2019 Atlassian. All Rights Reserved.