com.atlassian.bitbucket.migration.EntityExportMapping<K> |
Provides the ability to map local IDs to instance agnostic logical IDs during an export.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Given a local ID, calculate its corresponding export ID.
|
Given a local ID, calculate its corresponding export ID. The IDs generated are only guaranteed to be stable on the same instance, i.e. given an ID '5' on instance A might yield a different value on instance B.
id | Local ID of the entity on this instance |
---|