Class StorageFormatUserRewriter.RewriteResult

java.lang.Object
com.atlassian.confluence.importexport.impl.StorageFormatUserRewriter.RewriteResult
Enclosing class:
StorageFormatUserRewriter

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

    • RewriteResult

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

    • 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()