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