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)PagedResult<FormRecordChat>FormRecordChatAPI. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize)List<FormRecordChat>FormRecordChatAPI. getByUser(UserContext uc, IUser user)PagedResult<FormRecordChat>FormRecordChatAPI. getByUser(UserContext uc, IUser user, int page, int pageSize) -
Uses of FormRecordChat in de.xima.fc.api.rest.pub.impl.generic.model.response.form
Constructors in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type FormRecordChat Constructor Description FormRecordChatResource(FormRecordChat entity, IUser user, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand) -
Uses of FormRecordChat in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page that return types with arguments of type FormRecordChat Modifier and Type Method Description static BiFunction<PagedResult<FormRecordChat>,Locale,IResourcePage<?>>FormRecordChatResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request) -
Uses of FormRecordChat in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that return types with arguments of type FormRecordChat Modifier and Type Method Description static BiFunction<PagedResult<FormRecordChat>,Locale,IResourcePage<?>>UserPortalFormRecordChatResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page with parameters of type FormRecordChat Constructor Description UserPortalFormRecordChatResource(FormRecordChat entity, IUser user, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale, boolean expand) -
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, FormRecordMessage message, FormRecordMessageUploadRequest uploadRequest, ITriggeredWorkflowExecutionResult workflowExecutionResult)Creates a new instance with the given parameters.DefaultPostFormRecordMessageResponse(FormRecordChat chat, FormRecordMessage 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.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 PagedResult<FormRecordChat>FormRecordChatDao. getByRecordAndUser(IEntityContext ec, UUID recordUuid, IUser user, int page, int pageSize)List<FormRecordChat>FormRecordChatDao. getByUser(IEntityContext ec, IUser user)PagedResult<FormRecordChat>FormRecordChatDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize)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 PagedResult<FormRecordChat>IFormRecordChatDao. getByRecordAndUser(IEntityContext ec, UUID recordUuid, IUser user, int page, int pageSize)Finds the chats for the form record given by its UUID if the given user can access the chat.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)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.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.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)PagedResult<FormRecordChat>FormRecordChatHandler. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize)List<FormRecordChat>FormRecordChatHandler. getByUser(UserContext uc, IUser user)PagedResult<FormRecordChat>FormRecordChatHandler. getByUser(UserContext uc, IUser user, int page, int pageSize) -
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.PagedResult<FormRecordChat>IFormRecordChatHandler. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize)Finds the chats for the form record given by its UUID if the given user can access the chat.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)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 FormRecordChat Modifier and Type Method Description FormRecordChatProcessMessagesBean. getSelectedChat()Methods in de.xima.fc.inbox.bean that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>ProcessMessagesBean. getChatList()Methods in de.xima.fc.inbox.bean with parameters of type FormRecordChat Modifier and Type Method Description longProcessMessagesBean. countOfUnreadMessages(FormRecordChat chat)FormRecordMessageProcessMessagesBean. getLastMessage(FormRecordChat chat)StringProcessMessagesBean. getLastMessageContent(FormRecordChat chat)StringProcessMessagesBean. getLastMessageTime(FormRecordChat chat)List<FormRecordMessage>ProcessMessagesBean. getSortedMessages(FormRecordChat selectedChat)StringProcessMessagesBean. getUserDisplayName(FormRecordChat chat)booleanProcessMessagesBean. isInitialUser(FormRecordChat chat)voidProcessMessagesBean. setSelectedChat(FormRecordChat selectedChat)Method parameters in de.xima.fc.inbox.bean with type arguments of type FormRecordChat Modifier and Type Method Description voidProcessMessagesBean. setChatList(List<FormRecordChat> chatList) -
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) -
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.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type FormRecordChat Modifier and Type Method Description default ISendFormRecordMessageBuilderISendFormRecordMessageBuilder. targetChat(FormRecordChat targetChat)Sets the chat to send the message to. -
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.
-