|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.cache.layout.IssueTypeLayoutsCacheKey
public class IssueTypeLayoutsCacheKey
Key used for caching by LayoutsCache. This key is specific
to a particular issue type.
| Method Summary | |
|---|---|
static IssueTypeLayoutsCacheKey |
create(AbstractLayouts layouts,
Configuration configuration,
java.lang.String issueTypeId)
|
static IssueTypeLayoutsCacheKey |
create(GlobalLayoutsCacheKey globalLayoutsCacheKey,
java.lang.String issueTypeId)
|
static IssueTypeLayoutsCacheKey |
deserialise(java.lang.String serialisedKey)
Poor implementation of deserialisation to work around the fact that our distributed cache can't seem to handle class keys that aren't in core JIRA. |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getConfigurationId()
|
ConfigurationType |
getConfigurationType()
|
java.lang.String |
getIssueTypeId()
|
LayoutType |
getLayoutType()
|
int |
hashCode()
|
static java.lang.String |
serialise(IssueTypeLayoutsCacheKey key)
Poor implementation of serialisation to work around the fact that our distributed cache can't seem to handle class keys that aren't in core JIRA. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static IssueTypeLayoutsCacheKey create(@Nonnull
AbstractLayouts layouts,
@Nonnull
Configuration configuration,
@Nonnull
java.lang.String issueTypeId)
public static IssueTypeLayoutsCacheKey create(@Nonnull
GlobalLayoutsCacheKey globalLayoutsCacheKey,
@Nonnull
java.lang.String issueTypeId)
@Nonnull public LayoutType getLayoutType()
@Nonnull public ConfigurationType getConfigurationType()
@Nonnull public java.lang.String getConfigurationId()
public java.lang.String getIssueTypeId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
@Nonnull
public static java.lang.String serialise(@Nonnull
IssueTypeLayoutsCacheKey key)
key - the key
@Nonnull
public static IssueTypeLayoutsCacheKey deserialise(@Nonnull
java.lang.String serialisedKey)
serialisedKey - the key serialised
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||