@ThreadSafe public interface BambooEntityOidService
BambooEntityOid
s.Modifier and Type | Method and Description |
---|---|
@NotNull BambooEntityOid |
nextOid(@NotNull BambooEntityType entityType)
Return the next available
BambooEntityOid of the given type. |
void |
resetOidPool(@NotNull BambooEntityType entityType)
Reset pool of OIDs of the given entity type for this Bamboo instance's server key.
|
@NotNull @NotNull BambooEntityOid nextOid(@NotNull @NotNull BambooEntityType entityType)
BambooEntityOid
of the given type. Uses this Bamboo instance's server key for
generating the OID.entityType
- type of entityvoid resetOidPool(@NotNull @NotNull BambooEntityType entityType)
entityType
- type of entityCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.