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 FormRecordChat
FormRecordChatAPI. getByUuid(UserContext uc, UUID uuid)
FormRecordChat
FormRecordChatAPI. 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 FormRecordChat
DefaultFulfillRequestedUploadResponse. chat()
FormRecordChat
DefaultPostFormRecordMessageResponse. chat()
FormRecordChat
FulfillRequestedUploadRequestException.UserNotMemberOfChat. chat()
The chat that the user is not a member of.FormRecordChat
IFulfillRequestedUploadResponse. chat()
Gets the chat to which the message with the fulfilled upload request belongs.FormRecordChat
IPostFormRecordMessageResponse. chat()
Gets the chat the message was posted to.FormRecordChat
PostFormRecordMessageException.ChatNotOpen. chat()
The chat that is not open.FormRecordChat
PostFormRecordMessageException.MissingUser. chat()
The chat requiring a user for a message to be posted.FormRecordChat
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 FormRecordChat Modifier and Type Method Description static DefaultCreateNewFormRecordChatRequest.Builder
DefaultCreateNewFormRecordChatRequest. createNewFormRecordChatRequestBuilder(FormRecordChat chat)
Creates a new builder for aDefaultCreateNewFormRecordChatRequest
and sets it up with the data of the given chat.static IFormRecordChatReference
DefaultFormRecordChatReference. formRecordChatReference(FormRecordChat chat)
Creates a new chat reference that references the given form record chat.static DefaultPostFormRecordMessageRequest.Builder
DefaultPostFormRecordMessageRequest. postFormRecordMessageRequestBuilder(FormRecordChat chat)
Creates a new builder for aIPostFormRecordMessageRequest
that 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 FormRecordChat
FormRecordChatDao. getByUuid(IEntityContext ec, UUID uuid)
FormRecordChat
FormRecordChatDao. 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 boolean
FormRecordChatDao. 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 FormRecordChat
IFormRecordChatDao. getByUuid(IEntityContext ec, UUID uuid)
Finds the chat for the given UUID.FormRecordChat
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 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 boolean
IFormRecordChatDao. 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 FormRecordChat
FormRecordMessage. 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 void
FormRecordMessage. setChat(FormRecordChat chat)
Method parameters in de.xima.fc.entities with type arguments of type FormRecordChat Modifier and Type Method Description void
Vorgang. 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 FormRecordChat
FormRecordChatHandler. getByUuid(UserContext uc, UUID uuid)
FormRecordChat
FormRecordChatHandler. 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 FormRecordChat
IFormRecordChatHandler. getByUuid(UserContext uc, UUID uuid)
Finds the chat for the given UUID.FormRecordChat
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 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 FormRecordChat
ProcessMessagesBean. 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 long
ProcessMessagesBean. countOfUnreadMessages(FormRecordChat chat)
FormRecordMessage
ProcessMessagesBean. getLastMessage(FormRecordChat chat)
String
ProcessMessagesBean. getLastMessageContent(FormRecordChat chat)
String
ProcessMessagesBean. getLastMessageTime(FormRecordChat chat)
List<FormRecordMessage>
ProcessMessagesBean. getSortedMessages(FormRecordChat selectedChat)
String
ProcessMessagesBean. getUserDisplayName(FormRecordChat chat)
boolean
ProcessMessagesBean. isInitialUser(FormRecordChat chat)
void
ProcessMessagesBean. setSelectedChat(FormRecordChat selectedChat)
Method parameters in de.xima.fc.inbox.bean with type arguments of type FormRecordChat Modifier and Type Method Description void
ProcessMessagesBean. 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 FormRecordChat
IFormRecordMessagePostedEvent. getChat()
Gets the chat the message was posted to.FormRecordChat
IFormRecordMessageUploadRequestFulfilledEvent. 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 FormRecordChat
AWorkflowEngineTest. 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 FormRecordChat
EntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member)
static FormRecordChat
EntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member, boolean open)
Methods in de.xima.fc.testhelper with parameters of type FormRecordChat Modifier and Type Method Description static FormRecordMessage
EntityDummyFactory. 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 FormRecordMessagePostedEventBuilder
FormRecordMessagePostedEventBuilder. chat(FormRecordChat chat)
Sets the chat containing the posted message.FormRecordMessageUploadRequestFulfilledEventBuilder
FormRecordMessageUploadRequestFulfilledEventBuilder. 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 ISendFormRecordMessageBuilder
ISendFormRecordMessageBuilder. 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.Builder
FormRecordChatDescriptor. valueFormRecordChat(FormRecordChat chat)
Creates a value that conforms to theFormRecordChat
value descriptor.
-