Interface ConversationDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<ConversationEntity>
- All Known Implementing Classes:
MybatisConversationDataManager
public interface ConversationDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<ConversationEntity>
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
countConversationsWithLastMessageBetween
(Date from, Date until, boolean includePrivate, boolean includeSticky) findByIdWithIdentityLinks
(String conversationId) findByIdWithIdentityLinksAndVariables
(String conversationId) findConversationsWithLastMessageBetween
(Date from, Date until, boolean includePrivate, boolean includeSticky) findConversationsWithParentId
(String parentId) int
updateLastMessageTime
(String conversationId, Date messageUpdateTime) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findByIdWithIdentityLinks
-
findByIdWithIdentityLinksAndVariables
-
findByCriteria
-
countByCriteria
-
updateLastMessageTime
-
countConversationsWithLastMessageBetween
-
findConversationsWithLastMessageBetween
List<Conversation> findConversationsWithLastMessageBetween(Date from, Date until, boolean includePrivate, boolean includeSticky) -
findConversationsWithParentId
-