Uses of Class
de.xima.fc.user_portal.api.provider.model.MessagesQueryModel
Packages that use MessagesQueryModel
-
Uses of MessagesQueryModel in de.xima.fc.user_portal.api.provider.spec
Methods in de.xima.fc.user_portal.api.provider.spec with parameters of type MessagesQueryModelModifier and TypeMethodDescriptionIChatsApi.getFormRecordChatMessagesCount(IUserPortalInvocationContext ctx, UUID chatUuid, MessagesQueryModel queryModel) Gets the total number of messages in a chat.IChatsApi.getFormRecordChatMessagesPage(IUserPortalInvocationContext ctx, UUID chatUuid, PagingDataModel pagingDataModel, MessagesQueryModel queryModel) Gets a page of chat messages for a specific chat.IMessagesApi.getMessages(IUserPortalInvocationContext ctx, PagingDataModel pagingDataModel, MessagesQueryModel queryModel) Gets all messages for the current user.IMessagesApi.getMessagesCount(IUserPortalInvocationContext ctx, MessagesQueryModel queryModel) Gets the number of messages for the current user.