public interface EntityExportMapping<K>
| Modifier and Type | Method and Description |
|---|---|
String |
getExportId(K id)
Given a local ID, calculate its corresponding export ID.
|
@Nonnull String getExportId(@Nonnull K id)
id - Local ID of the entity on this instanceCopyright © 2022 Atlassian. All rights reserved.