Class FormRecordMessagePostedEventBuilder

    • Constructor Detail

      • FormRecordMessagePostedEventBuilder

        public FormRecordMessagePostedEventBuilder​(Vorgang formRecord,
                                                   FormRecordMessage message)
    • Method Detail

      • chat

        public FormRecordMessagePostedEventBuilder chat​(FormRecordChat chat)
        Sets the chat containing the posted message. When not set explicitly, the chat is resolved from the message. This may fail when the chat's data are loaded lazily and no database connection is active anymore.
        Parameters:
        chat - The chat containing the posted message.
        Returns:
        This builder for chaining methods calls.
      • addWorkflowExecutionPostProcessor

        @CanIgnoreReturnValue
        public Self addWorkflowExecutionPostProcessor​(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor)
      • anonymize

        @CanIgnoreReturnValue
        public Self anonymize​(Boolean anonymize)
      • clock

        @CanIgnoreReturnValue
        public Self clock​(Clock clock)
      • formRecordLockContext

        @CanIgnoreReturnValue
        public Self formRecordLockContext​(IFormRecordLockContext formRecordLockContext)
      • locale

        @CanIgnoreReturnValue
        public Self locale​(Locale locale)
      • user

        @CanIgnoreReturnValue
        public Self user​(IUser user)