Class ConversationKeyUtils


  • public class ConversationKeyUtils
    extends java.lang.Object
    Utility class for building the ConversationKey from a FlowDocument and converting it to/from a string so that it can be used in group-by statements when querying. These methods are optimized for speed when generating the key, with the constraint that we must also be able to decode the key.
    Author:
    jwhite
    • Constructor Detail

      • ConversationKeyUtils

        public ConversationKeyUtils()
    • Method Detail

      • fromJsonString

        public static ConversationKey fromJsonString​(java.lang.String json)
      • getConvoKeyAsJsonString

        public static java.lang.String getConvoKeyAsJsonString​(FlowDocument document)