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)
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 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, 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 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 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 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 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 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.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type FormRecordChat Modifier and Type Method Description static String
FormRecordMessageProtocolUtils. 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 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.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 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)
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 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.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 int
ProcessMessagesBean. countOfUnreadMessages(FormRecordChat chat)
List<IChatEntry>
ProcessMessagesBean. getChatEntries(FormRecordChat chat)
String
ProcessMessagesBean. getChatLockButtonTooltip(FormRecordChat chat)
UserViewModel
ProcessMessagesBean. getFormRecordUser(FormRecordChat chat)
NewMessageViewModel
ProcessMessagesBean. getNewMessageViewModel(FormRecordChat chat)
String
ProcessMessagesBean. getUserDisplayName(FormRecordChat chat)
boolean
ProcessMessagesBean. isChatPanelCollapsed(FormRecordChat chat)
boolean
ProcessMessagesBean. isChatPanelOpen(FormRecordChat chat)
boolean
ProcessMessagesBean. isInitialUserChat(FormRecordChat chat)
boolean
ProcessMessagesBean. isMessagePanelOpen(FormRecordChat chat)
void
ProcessMessagesBean. sendMessage(FormRecordChat chat, NewMessageViewModel message)
void
ProcessMessagesBean. setMessagePanelOpen(boolean open, FormRecordChat chat)
void
ProcessMessagesBean. toggleChat(FormRecordChat chat)
void
ProcessMessagesBean. 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 StartChatEntry
StartChatEntry. 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 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)
static FormRecordMessage
EntityDummyFactory. 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 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.executor.common
Methods in de.xima.fc.workflow.executor.common that return FormRecordChat Modifier and Type Method Description static FormRecordChat
FormRecordChatNodes. 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.Builder
FormRecordChatDescriptor. valueFormRecordChat(FormRecordChat chat)
Creates a value that conforms to theFormRecordChat
value descriptor.
-