Uses of Interface
com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
-
Uses of ArchiveConversationEventEntity in com.flowable.engage.engine.impl
Methods in com.flowable.engage.engine.impl that return types with arguments of type ArchiveConversationEventEntity Modifier and Type Method Description List<ArchiveConversationEventEntity>
ArchiveConversationEventQueryImpl. executeList(CommandContext commandContext)
-
Uses of ArchiveConversationEventEntity in com.flowable.engage.engine.impl.persistence.entity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ArchiveConversationEventEntity Modifier and Type Class Description class
ArchiveConversationEventEntityImpl
Methods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type ArchiveConversationEventEntity Modifier and Type Method Description List<ArchiveConversationEventEntity>
ArchiveConversationEventEntityManager. findByCriteria(ArchiveConversationEventQuery query)
List<ArchiveConversationEventEntity>
ArchiveConversationEventEntityManagerImpl. findByCriteria(ArchiveConversationEventQuery query)
List<ArchiveConversationEventEntity>
ArchiveConversationEventEntityManager. getConversationExportedCountByCriteria(ArchiveConversationEventQuery query)
List<ArchiveConversationEventEntity>
ArchiveConversationEventEntityManagerImpl. getConversationExportedCountByCriteria(ArchiveConversationEventQuery query)
-
Uses of ArchiveConversationEventEntity in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type ArchiveConversationEventEntity Modifier and Type Method Description List<ArchiveConversationEventEntity>
ArchiveConversationEventDataManager. findByCriteria(ArchiveConversationEventQuery query)
List<ArchiveConversationEventEntity>
ArchiveConversationEventDataManager. getConversationExportedCountByCriteria(ArchiveConversationEventQuery query)
-
Uses of ArchiveConversationEventEntity in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return ArchiveConversationEventEntity Modifier and Type Method Description ArchiveConversationEventEntity
MybatisArchiveConversationEventDataManager. create()
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type ArchiveConversationEventEntity Modifier and Type Method Description List<ArchiveConversationEventEntity>
MybatisArchiveConversationEventDataManager. findByCriteria(ArchiveConversationEventQuery query)
List<ArchiveConversationEventEntity>
MybatisArchiveConversationEventDataManager. getConversationExportedCountByCriteria(ArchiveConversationEventQuery query)
Class<? extends ArchiveConversationEventEntity>
MybatisArchiveConversationEventDataManager. getManagedEntityClass()
-