Class StorageFormatUserRewriter.RewriteResult

  • Enclosing class:
    StorageFormatUserRewriter

    public static class StorageFormatUserRewriter.RewriteResult
    extends Object
    Represents the results of the content rewrite operation.
    • Constructor Detail

      • RewriteResult

        public RewriteResult​(String rewrittenContent,
                             Map<com.atlassian.sal.api.user.UserKey,​com.atlassian.sal.api.user.UserKey> userKeyTranslations)
    • Method Detail

      • getUntranslatedUserKeys

        public Set<com.atlassian.sal.api.user.UserKey> getUntranslatedUserKeys()
      • wereAnyUserKeysTranslated

        public boolean wereAnyUserKeysTranslated()
      • wereAnyUserKeysNotTranslated

        public boolean wereAnyUserKeysNotTranslated()
      • getOriginalUserKeys

        public Set<com.atlassian.sal.api.user.UserKey> getOriginalUserKeys()
      • wasUserKeyTranslated

        public boolean wasUserKeyTranslated​(com.atlassian.sal.api.user.UserKey userKey)
      • getRewrittenContent

        public String getRewrittenContent()