| java.lang.Object | |
| ↳ | com.atlassian.jira.plugin.viewissue.issuelink.GlobalIdFactory |
Factory for encoding and decoding globalIds.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Decode the given String to a Map of values.
| |||||||||||
Encode the given Map of values to a String.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Decode the given String to a Map of values.
| globalId | the String to decode |
|---|---|
| keys | the order in which the keys should appear. If the keys are not in this order an IllegalArgumentException is thrown. |
Encode the given Map of values to a String.
| keys | the order in which the keys will be appended to the result |
|---|---|
| values | the values to encode as a String |

