Uses of Interface
com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
-
Uses of ConversationRegistryEntry in com.flowable.engage.engine.impl.conversation
Methods in com.flowable.engage.engine.impl.conversation that return types with arguments of type ConversationRegistryEntry Modifier and Type Method Description List<ConversationRegistryEntry>
ConversationRegistryEntryQueryImpl. executeList(CommandContext commandContext)
-
Uses of ConversationRegistryEntry in com.flowable.engage.engine.impl.persistence.entity
Subinterfaces of ConversationRegistryEntry in com.flowable.engage.engine.impl.persistence.entity Modifier and Type Interface Description interface
ConversationRegistryEntryEntity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement ConversationRegistryEntry Modifier and Type Class Description class
ConversationRegistryEntryEntityImpl
Methods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type ConversationRegistryEntry Modifier and Type Method Description List<ConversationRegistryEntry>
ConversationRegistryEntryEntityManager. findByCriteria(ConversationRegistryEntryQuery query)
List<ConversationRegistryEntry>
ConversationRegistryEntryEntityManagerImpl. findByCriteria(ConversationRegistryEntryQuery query)
-
Uses of ConversationRegistryEntry 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 ConversationRegistryEntry Modifier and Type Method Description List<ConversationRegistryEntry>
ConversationRegistryEntryDataManager. findByCriteria(ConversationRegistryEntryQuery query)
-
Uses of ConversationRegistryEntry in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type ConversationRegistryEntry Modifier and Type Method Description List<ConversationRegistryEntry>
MyBatisConversationRegistryEntryDataManager. findByCriteria(ConversationRegistryEntryQuery query)
-