Uses of Class
de.xima.fc.entities.FormRecordChat
Packages that use FormRecordChat
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of FormRecordChat in de.xima.fc.api.entity
Subclasses with type arguments of type FormRecordChat in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingFormRecordChatentities.Methods in de.xima.fc.api.entity that return FormRecordChatModifier and TypeMethodDescriptionFormRecordChatAPI.getByUuid(UserContext uc, UUID uuid) FormRecordChatAPI.getByUuidAndUser(UserContext uc, UUID uuid, IUser user) Methods in de.xima.fc.api.entity that return types with arguments of type FormRecordChatModifier and TypeMethodDescriptionFormRecordChatAPI.getAllByRecord(UserContext uc, String recordUuid) FormRecordChatAPI.getByUser(UserContext uc, IUser user) 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 -
Uses of FormRecordChat in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return FormRecordChatModifier and TypeMethodDescriptionDefaultFulfillRequestedUploadResponse.chat()DefaultPostFormRecordMessageResponse.chat()FulfillRequestedUploadRequestException.UserNotMemberOfChat.chat()The chat that the user is not a member of.IFulfillRequestedUploadResponse.chat()Gets the chat to which the message with the fulfilled upload request belongs.IPostFormRecordMessageResponse.chat()Gets the chat the message was posted to.PostFormRecordMessageException.ChatNotOpen.chat()The chat that is not open.PostFormRecordMessageException.MissingUser.chat()The chat requiring a user for a message to be posted.PostFormRecordMessageException.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 FormRecordChatModifier and TypeMethodDescriptionDefaultCreateNewFormRecordChatRequest.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.DefaultPostFormRecordMessageRequest.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 FormRecordChatModifierConstructorDescriptionChatNotOpen(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 FormRecordChatModifierConstructorDescriptionBaseFormRecordChatDTO(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
Subclasses with type arguments of type FormRecordChat in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIFormRecordChatDaofor reading and writingFormRecordChatentities.Methods in de.xima.fc.dao.impl that return FormRecordChatModifier and TypeMethodDescriptionFormRecordChatDao.getByUuid(IEntityContext ec, UUID uuid) FormRecordChatDao.getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user) Methods in de.xima.fc.dao.impl that return types with arguments of type FormRecordChatModifier and TypeMethodDescriptionFormRecordChatDao.getByUser(IEntityContext ec, IUser user) 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 FormRecordChatModifier and TypeMethodDescriptionbooleanFormRecordChatDao.canAccessViaPublicApi(IEntityContext ec, FormRecordChat chat, IUser user) -
Uses of FormRecordChat in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type FormRecordChat in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingFormRecordChatentities.Methods in de.xima.fc.dao.interfaces that return FormRecordChatModifier and TypeMethodDescriptionIFormRecordChatDao.getByUuid(IEntityContext ec, UUID uuid) Finds the chat for the given UUID.IFormRecordChatDao.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 FormRecordChatModifier and TypeMethodDescriptionIFormRecordChatDao.getByUser(IEntityContext ec, IUser user) Finds all form record chats the given userhas access to.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 FormRecordChatModifier and TypeMethodDescriptionbooleanIFormRecordChatDao.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 FormRecordChatModifier and TypeMethodDescriptionstatic 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 FormRecordChatMethods in de.xima.fc.entities that return types with arguments of type FormRecordChatMethods in de.xima.fc.entities with parameters of type FormRecordChatMethod parameters in de.xima.fc.entities with type arguments of type FormRecordChat -
Uses of FormRecordChat in de.xima.fc.form_record
Methods in de.xima.fc.form_record that return types with arguments of type FormRecordChatModifier and TypeMethodDescriptionFormRecordChatsQueryExecutor.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 FormRecordChatModifier and TypeMethodDescriptionFormRecordChatHandler.getByUuid(UserContext uc, UUID uuid) FormRecordChatHandler.getByUuidAndUser(UserContext uc, UUID uuid, IUser user) Methods in de.xima.fc.handler.entity that return types with arguments of type FormRecordChatModifier and TypeMethodDescriptionFormRecordChatHandler.getAllByRecord(UserContext uc, String recordUuid) FormRecordChatHandler.getByUser(UserContext uc, IUser user) 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 FormRecordChatModifier and TypeMethodDescriptionIFormRecordChatHandler.getByUuid(UserContext uc, UUID uuid) Finds the chat for the given UUID.IFormRecordChatHandler.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 FormRecordChatModifier and TypeMethodDescriptionIFormRecordChatHandler.getAllByRecord(UserContext uc, String recordUuid) Finds all chats for the form record given by its UUID.IFormRecordChatHandler.getByUser(UserContext uc, IUser user) Finds all form record chats the given userhas access to.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 FormRecordChatMethods in de.xima.fc.inbox.bean with parameters of type FormRecordChatModifier and TypeMethodDescriptionintProcessMessagesBean.countOfUnreadMessages(FormRecordChat chat) ProcessMessagesBean.getChatEntries(FormRecordChat chat) ProcessMessagesBean.getChatLockButtonTooltip(FormRecordChat chat) ProcessMessagesBean.getFormRecordUser(FormRecordChat chat) ProcessMessagesBean.getNewMessageViewModel(FormRecordChat chat) ProcessMessagesBean.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 FormRecordChatModifier and TypeMethodDescriptionstatic 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 -
Uses of FormRecordChat in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return FormRecordChatModifier and TypeMethodDescriptionprotected FormRecordChatAWorkflowEngineTest.getFormRecordChat()Methods in de.xima.fc.ms.test.workflow that return types with arguments of type FormRecordChatModifier and TypeMethodDescriptionprotected List<FormRecordChat> AWorkflowEngineTest.getFormRecordChats() -
Uses of FormRecordChat in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormRecordChatModifier and TypeMethodDescriptionstatic 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 FormRecordChatModifier and TypeMethodDescriptionstatic 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 FormRecordChatModifier and TypeMethodDescriptionFormRecordMessagePostedEventBuilder.chat(FormRecordChat chat) Sets the chat containing the posted message.FormRecordMessageUploadRequestFulfilledEventBuilder.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 FormRecordChatModifier and TypeMethodDescriptionstatic 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 FormRecordChatModifier and TypeMethodDescriptionstatic 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 FormRecordChatModifier and TypeMethodDescriptionFormRecordChatDescriptor.valueFormRecordChat(FormRecordChat chat) Creates a value that conforms to theFormRecordChatvalue descriptor.