Interface ContentUserKeyUpdater<T>

All Known Implementing Classes:
PatternBasedContentUserKeyUpdater

public interface ContentUserKeyUpdater<T>
Defined this as an interface as we might want to change the way we would want to update the userKeys in the bodyContent.
  • Method Details

    • updateUserKeyInContent

      T updateUserKeyInContent(T oldBodyContent, Map<String,String> oldUserKeyToNewUserKeyMap)