| Modifier and Type | Method and Description |
|---|---|
long |
DenormalisedSidDao.addNewSid(String name,
DenormalisedSidType type) |
List<Long> |
DenormalisedSidDao.getExistingSidIdList(Set<String> names,
DenormalisedSidType type)
Retrieves a list of existing sid ids.
|
List<DenormalisedSid> |
DenormalisedSidDao.getExistingSids(Set<String> names,
DenormalisedSidType type)
Retrieves a list of existing sids.
|
| Modifier and Type | Method and Description |
|---|---|
DenormalisedSidType |
DenormalisedSid.getType() |
static DenormalisedSidType |
DenormalisedSidType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DenormalisedSidType[] |
DenormalisedSidType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DenormalisedSid.setType(DenormalisedSidType type) |
Copyright © 2003–2021 Atlassian. All rights reserved.