Package de.xima.fc.common.form_record.chat
package de.xima.fc.common.form_record.chat
-
ClassDescriptionPOJO implementation of a
ICreateNewFormRecordChatRequestwith a builder.Builder for aICreateNewFormRecordChatRequest.Simple POJO implementation ofIFormRecordChatReference.Default POJO implementation ofIFormRecordMessageAttachmentData.Simple POJO implementation ofIFulfillRequestedUploadRequestwith a builder.DefaultFulfillRequestedUploadRequest.BaseBuilder<Request, Self extends DefaultFulfillRequestedUploadRequest.BaseBuilder<Request,Self>> Builder for the data needed to fulfill a pending upload request.Builder for anIFulfillRequestedUploadRequest.Default POJO implementation ofIFulfillRequestedUploadResponse.POJO implementation ofIPostFormRecordMessageRequestwith a builder.DefaultPostFormRecordMessageRequest.BaseBuilder<Request, Self extends DefaultPostFormRecordMessageRequest.BaseBuilder<Request,Self>> Builder forDefaultPostFormRecordMessageRequest.Default POJO implementation ofIPostFormRecordMessageResponse.POJO implementation ofIRequestUploadDatawith a builder.A builder forIRequestUploadData.Default POJO implementation ofITriggeredWorkflowExecutionResult.Base exception for exceptions that can occur when fulfilling an upload request.Exception indicating that the chat of the upload request does not match the expected chat.Exception indicating that the file is empty and cannot be used to fulfill for the upload request.Exception indicating that the file extension is not allowed for the upload request.Exception indicating that the limit on the maximum number of files was exceeded for the upload request.Exception indicating that the file size limit was exceeded for the upload request.Exception indicating that the limit on the minimum number of files was not met for the upload request.Exception indicating that the chat of the upload request does not match the expected chat.Exception indicating that the message of the upload request does not match the expected message.Exception indicating that a file without an explicit content was provided to fulfill the upload request.Exception indicating that a file without a file name was provided to fulfill the upload request.Exception indicating that no user was provided to fulfill the upload request (and that a user is required to fulfill the request).Exception indicating that no files were provided that could be used to fulfill the upload request.Exception indicating that the form record does not contain form data for the upload request.Generic exception indicating that the upload request could not be fulfilled due to an unknown or unhandled error.Exception indicating that the upload element constraints were violated for the upload request.Exception indicating that the upload request was already fulfilled (and cannot be fulfilled again).Exception indicating that the upload request with the given UUID was not found.Exception indicating that the user is not a member of the chat containing the message with the upload request.Data for creating a new form record chat.Declares functionality for error details retrieval, usually implemented by exceptions.A reference to an existing form record chat.Data for adding an attachment to a form record message.Basic data for fulfilling a pendingupload request.Basic data for posting aform record message, e.g. from an external context or from a frontend server via the API provider.Data returned when aIPostFormRecordMessageRequestis executed.Data for adding an upload request to a form record message.Base exception for exceptions that can occur when posting a form record message.Exception indicating that the chat is not open (and that the chat must be open to post a message).Exception indicating that no chat was found.Exception indicating that the given form record does not exist.Exception indicating that no user was provided to post the message (and that a user is required to for a message to be posted).Exception indicating that no existing chat was given.Exception indicating that no form record was given.Runtime exception that wraps a checked exception that occurred when posting a form record message.Generic exception indicating that the post message request could not be fulfilled due to an unknown or unhandled error.Exception indicating that the sender of the message is not a member of the chat and cannot post a message to the chat.