Uses of Class
de.xima.fc.entities.FormRecordChat
-
-
Uses of FormRecordChat in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormRecordChat Modifier and Type Method Description FormRecordChatFormRecordChatAPI. getByUuid(UserContext uc, UUID uuid)FormRecordChatFormRecordChatAPI. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)Methods in de.xima.fc.api.entity that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>FormRecordChatAPI. getAllByRecord(UserContext uc, String recordUuid)List<FormRecordChat>FormRecordChatAPI. getByUser(UserContext uc, IUser user)PagedResult<FormRecordChat>FormRecordChatAPI. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset) -
Uses of FormRecordChat in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message that return types with arguments of type FormRecordChat Modifier and Type Method Description PublicResourceReference<FormRecordChat>BaseFormRecordMessageResource. getChat() -
Uses of FormRecordChat in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return FormRecordChat Modifier and Type Method Description FormRecordChatDefaultFulfillRequestedUploadResponse. chat()FormRecordChatDefaultPostFormRecordMessageResponse. chat()FormRecordChatFulfillRequestedUploadRequestException.UserNotMemberOfChat. chat()The chat that the user is not a member of.FormRecordChatIFulfillRequestedUploadResponse. chat()Gets the chat to which the message with the fulfilled upload request belongs.FormRecordChatIPostFormRecordMessageResponse. chat()Gets the chat the message was posted to.FormRecordChatPostFormRecordMessageException.ChatNotOpen. chat()The chat that is not open.FormRecordChatPostFormRecordMessageException.MissingUser. chat()The chat requiring a user for a message to be posted.FormRecordChatPostFormRecordMessageException.UserNotMemberOfChat. chat()The chat that the user cannot post a message to.Methods in de.xima.fc.common.form_record.chat with parameters of type FormRecordChat Modifier and Type Method Description static DefaultCreateNewFormRecordChatRequest.BuilderDefaultCreateNewFormRecordChatRequest. createNewFormRecordChatRequestBuilder(FormRecordChat chat)Creates a new builder for aDefaultCreateNewFormRecordChatRequestand sets it up with the data of the given chat.static IFormRecordChatReferenceDefaultFormRecordChatReference. formRecordChatReference(FormRecordChat chat)Creates a new chat reference that references the given form record chat.static DefaultPostFormRecordMessageRequest.BuilderDefaultPostFormRecordMessageRequest. postFormRecordMessageRequestBuilder(FormRecordChat chat)Creates a new builder for aIPostFormRecordMessageRequestthat uses an existing chat for the message.Constructors in de.xima.fc.common.form_record.chat with parameters of type FormRecordChat Constructor Description ChatNotOpen(FormRecordChat chat)Constructs a new exception indicating that the chat is not open (and that the chat must be open to post a message).DefaultFulfillRequestedUploadResponse(FormRecordChat chat, DetailedFormRecordMessageDTO message, DetailedFormRecordMessageUploadRequestDTO uploadRequest, ITriggeredWorkflowExecutionResult workflowExecutionResult)Creates a new instance with the given parameters.DefaultPostFormRecordMessageResponse(FormRecordChat chat, DetailedFormRecordMessageDTO message, ITriggeredWorkflowExecutionResult workflowExecutionResult)Creates a new instance with the given parameters.MissingUser(FormRecordChat chat)Constructs a new exception indicating that no user was provided to post the message (and that a user is required to post the message).UserNotMemberOfChat(IUser user, FormRecordChat chat, FormRecordMessageUploadRequest uploadRequest)Constructs a new exception indicating that the user is not a member of the chat containing the message with the upload request.UserNotMemberOfChat(FormRecordChat chat, IUser user)Constructs a new exception indicating that the user cannot post a message to the chat, as the user is not a member of the chat. -
Uses of FormRecordChat in de.xima.fc.dao.form_record.dto
Constructors in de.xima.fc.dao.form_record.dto with parameters of type FormRecordChat Constructor Description BaseFormRecordChatDTO(FormRecordChat entity, IUserRef userRef, Locale locale)ConstructorDetailedFormRecordChatDTO(FormRecordChat entity, IUserRef userRef, Locale locale, IFormRecordMessageUploadRequestResolver uploadRequestResolver)Constructor. -
Uses of FormRecordChat in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return FormRecordChat Modifier and Type Method Description FormRecordChatFormRecordChatDao. getByUuid(IEntityContext ec, UUID uuid)FormRecordChatFormRecordChatDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)Methods in de.xima.fc.dao.impl that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>FormRecordChatDao. getByUser(IEntityContext ec, IUser user)PagedResult<FormRecordChat>FormRecordChatDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize, int offset)protected IFCDaoActionHook<FormRecordChat>FormRecordChatDao. getPostActionHook()Methods in de.xima.fc.dao.impl with parameters of type FormRecordChat Modifier and Type Method Description booleanFormRecordChatDao. canAccessViaPublicApi(IEntityContext ec, FormRecordChat chat, IUser user) -
Uses of FormRecordChat in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return FormRecordChat Modifier and Type Method Description FormRecordChatIFormRecordChatDao. getByUuid(IEntityContext ec, UUID uuid)Finds the chat for the given UUID.FormRecordChatIFormRecordChatDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)Finds the chat for the given UUID if the given user can access the chat.Methods in de.xima.fc.dao.interfaces that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>IFormRecordChatDao. getByUser(IEntityContext ec, IUser user)Finds all form record chats the given userhas access to.PagedResult<FormRecordChat>IFormRecordChatDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize, int offset)Finds all form record chats the given user has access to.Methods in de.xima.fc.dao.interfaces with parameters of type FormRecordChat Modifier and Type Method Description booleanIFormRecordChatDao. canAccessViaPublicApi(IEntityContext ec, FormRecordChat chat, IUser user)Returns whether the given user can access the given chat within a user portal. -
Uses of FormRecordChat in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type FormRecordChat Modifier and Type Method Description static StringFormRecordMessageProtocolUtils. getMemberName(IEntityContext ec, FormRecordChat chat)Returns the name of the members of a form record chat as a comma-separated string. -
Uses of FormRecordChat in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormRecordChat Modifier and Type Method Description FormRecordChatFormRecordMessage. getChat()Methods in de.xima.fc.entities that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>Vorgang. getChats()Methods in de.xima.fc.entities with parameters of type FormRecordChat Modifier and Type Method Description voidFormRecordMessage. setChat(FormRecordChat chat)Method parameters in de.xima.fc.entities with type arguments of type FormRecordChat Modifier and Type Method Description voidVorgang. setChats(List<FormRecordChat> chats) -
Uses of FormRecordChat in de.xima.fc.form_record
Methods in de.xima.fc.form_record that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>FormRecordChatsQueryExecutor. getResultList(PageQuery page)Returns a list of form record chats for the given page query and configured chats query. -
Uses of FormRecordChat in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FormRecordChat Modifier and Type Method Description FormRecordChatFormRecordChatHandler. getByUuid(UserContext uc, UUID uuid)FormRecordChatFormRecordChatHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)Methods in de.xima.fc.handler.entity that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>FormRecordChatHandler. getAllByRecord(UserContext uc, String recordUuid)List<FormRecordChat>FormRecordChatHandler. getByUser(UserContext uc, IUser user)PagedResult<FormRecordChat>FormRecordChatHandler. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset) -
Uses of FormRecordChat in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return FormRecordChat Modifier and Type Method Description FormRecordChatIFormRecordChatHandler. getByUuid(UserContext uc, UUID uuid)Finds the chat for the given UUID.FormRecordChatIFormRecordChatHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)Finds the chat for the given UUID if the given user can access the chat.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>IFormRecordChatHandler. getAllByRecord(UserContext uc, String recordUuid)Finds all chats for the form record given by its UUID.List<FormRecordChat>IFormRecordChatHandler. getByUser(UserContext uc, IUser user)Finds all form record chats the given userhas access to.PagedResult<FormRecordChat>IFormRecordChatHandler. getByUser(UserContext uc, IUser user, int page, int pageSize, int offset)Finds all form record chats the given user has access to via the public REST API. -
Uses of FormRecordChat in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>ProcessMessagesBean. getChats()Methods in de.xima.fc.inbox.bean with parameters of type FormRecordChat Modifier and Type Method Description intProcessMessagesBean. countOfUnreadMessages(FormRecordChat chat)List<IChatEntry>ProcessMessagesBean. getChatEntries(FormRecordChat chat)StringProcessMessagesBean. getChatLockButtonTooltip(FormRecordChat chat)UserViewModelProcessMessagesBean. getFormRecordUser(FormRecordChat chat)NewMessageViewModelProcessMessagesBean. getNewMessageViewModel(FormRecordChat chat)StringProcessMessagesBean. getUserDisplayName(FormRecordChat chat)booleanProcessMessagesBean. isChatPanelCollapsed(FormRecordChat chat)booleanProcessMessagesBean. isChatPanelOpen(FormRecordChat chat)booleanProcessMessagesBean. isInitialUserChat(FormRecordChat chat)booleanProcessMessagesBean. isMessagePanelOpen(FormRecordChat chat)voidProcessMessagesBean. sendMessage(FormRecordChat chat, NewMessageViewModel message)voidProcessMessagesBean. setMessagePanelOpen(boolean open, FormRecordChat chat)voidProcessMessagesBean. toggleChat(FormRecordChat chat)voidProcessMessagesBean. toggleChatPanel(FormRecordChat chat) -
Uses of FormRecordChat in de.xima.fc.inbox.model.messages
Methods in de.xima.fc.inbox.model.messages with parameters of type FormRecordChat Modifier and Type Method Description static StartChatEntryStartChatEntry. forChat(FormRecordChat chat) -
Uses of FormRecordChat in de.xima.fc.interfaces.workflow.event
Methods in de.xima.fc.interfaces.workflow.event that return FormRecordChat Modifier and Type Method Description FormRecordChatIFormRecordMessagePostedEvent. getChat()Gets the chat the message was posted to.FormRecordChatIFormRecordMessageUploadRequestFulfilledEvent. getChat()Gets the chat the message was posted to. -
Uses of FormRecordChat in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return FormRecordChat Modifier and Type Method Description protected FormRecordChatAWorkflowEngineTest. getFormRecordChat()Methods in de.xima.fc.ms.test.workflow that return types with arguments of type FormRecordChat Modifier and Type Method Description protected List<FormRecordChat>AWorkflowEngineTest. getFormRecordChats() -
Uses of FormRecordChat in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormRecordChat Modifier and Type Method Description static FormRecordChatEntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member)static FormRecordChatEntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member, boolean open)Methods in de.xima.fc.testhelper with parameters of type FormRecordChat Modifier and Type Method Description static FormRecordMessageEntityDummyFactory. dummyFormRecordMessage(FormRecordChat chat, IUser sender, String senderCtx, String content)static FormRecordMessageEntityDummyFactory. dummyFormRecordMessage(FormRecordChat chat, IUser sender, String senderCtx, String content, Instant sentInstant) -
Uses of FormRecordChat in de.xima.fc.workflow.event
Methods in de.xima.fc.workflow.event with parameters of type FormRecordChat Modifier and Type Method Description FormRecordMessagePostedEventBuilderFormRecordMessagePostedEventBuilder. chat(FormRecordChat chat)Sets the chat containing the posted message.FormRecordMessageUploadRequestFulfilledEventBuilderFormRecordMessageUploadRequestFulfilledEventBuilder. chat(FormRecordChat chat)Sets the chat containing the fulfilled upload request. -
Uses of FormRecordChat in de.xima.fc.workflow.executor.common
Methods in de.xima.fc.workflow.executor.common that return FormRecordChat Modifier and Type Method Description static FormRecordChatFormRecordChatNodes. findRequiredChat(Vorgang formRecord, FormRecordChatNodes.UserRefs members, Supplier<NodeThrewException> noChatError, Supplier<NodeThrewException> ambiguousChatError)Methods in de.xima.fc.workflow.executor.common that return types with arguments of type FormRecordChat Modifier and Type Method Description static List<FormRecordChat>FormRecordChatNodes. findChats(Vorgang formRecord, FormRecordChatNodes.UserRefs members)static Optional<FormRecordChat>FormRecordChatNodes. findOptionalChat(Vorgang formRecord, FormRecordChatNodes.UserRefs members, Supplier<NodeThrewException> ambiguousChatError) -
Uses of FormRecordChat in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common with parameters of type FormRecordChat Modifier and Type Method Description static FormRecordChatDescriptor.BuilderFormRecordChatDescriptor. valueFormRecordChat(FormRecordChat chat)Creates a value that conforms to theFormRecordChatvalue descriptor.
-