Uses of Interface
com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryService
-
Packages that use ConversationRegistryEntryService Package Description com.flowable.engage.engine com.flowable.engage.engine.impl com.flowable.engage.engine.impl.conversation -
-
Uses of ConversationRegistryEntryService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationRegistryEntryService Modifier and Type Field Description protected ConversationRegistryEntryService
EngageEngineConfiguration. conversationRegistryEntryService
Methods in com.flowable.engage.engine that return ConversationRegistryEntryService Modifier and Type Method Description ConversationRegistryEntryService
EngageEngineConfiguration. getConversationRegistryEntryService()
ConversationRegistryEntryService
EngageEngine. getConversationRegistryService()
Methods in com.flowable.engage.engine with parameters of type ConversationRegistryEntryService Modifier and Type Method Description void
EngageEngineConfiguration. setConversationRegistryEntryService(ConversationRegistryEntryService conversationRegistryEntryService)
-
Uses of ConversationRegistryEntryService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as ConversationRegistryEntryService Modifier and Type Field Description protected ConversationRegistryEntryService
EngageEngineImpl. conversationRegistryService
Methods in com.flowable.engage.engine.impl that return ConversationRegistryEntryService Modifier and Type Method Description ConversationRegistryEntryService
EngageEngineImpl. getConversationRegistryService()
-
Uses of ConversationRegistryEntryService in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationRegistryEntryService Modifier and Type Class Description class
ConversationRegistryEntryServiceImpl
-