Interface ArchiveConversationEventEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<ArchiveConversationEventEntity>
- All Known Implementing Classes:
ArchiveConversationEventEntityManagerImpl
public interface ArchiveConversationEventEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<ArchiveConversationEventEntity>
- Author:
- Simon Amport, Alberto Martinez
-
Method Summary
Modifier and TypeMethodDescriptionlong
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
createArchiveConversationEventQuery
ArchiveConversationEventQuery createArchiveConversationEventQuery() -
findByCriteria
-
getConversationExportedCountByCriteria
List<ArchiveConversationEventEntity> getConversationExportedCountByCriteria(ArchiveConversationEventQuery query) -
countByCriteria
-