public static class StorageFormatUserRewriter.RewriteResult extends Object
Constructor and Description |
---|
RewriteResult(String rewrittenContent,
Map<com.atlassian.sal.api.user.UserKey,com.atlassian.sal.api.user.UserKey> userKeyTranslations) |
Modifier and Type | Method and Description |
---|---|
Set<com.atlassian.sal.api.user.UserKey> |
getOriginalUserKeys() |
String |
getRewrittenContent() |
Set<com.atlassian.sal.api.user.UserKey> |
getUntranslatedUserKeys() |
boolean |
wasUserKeyTranslated(com.atlassian.sal.api.user.UserKey userKey) |
boolean |
wereAnyUserKeysNotTranslated() |
boolean |
wereAnyUserKeysTranslated() |
public Set<com.atlassian.sal.api.user.UserKey> getUntranslatedUserKeys()
public boolean wereAnyUserKeysTranslated()
public boolean wereAnyUserKeysNotTranslated()
public Set<com.atlassian.sal.api.user.UserKey> getOriginalUserKeys()
public boolean wasUserKeyTranslated(com.atlassian.sal.api.user.UserKey userKey)
public String getRewrittenContent()
Copyright © 2003–2020 Atlassian. All rights reserved.