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 ConversationRegistryEntryServiceEngageEngineConfiguration. conversationRegistryEntryServiceMethods in com.flowable.engage.engine that return ConversationRegistryEntryService Modifier and Type Method Description ConversationRegistryEntryServiceEngageEngineConfiguration. getConversationRegistryEntryService()ConversationRegistryEntryServiceEngageEngine. getConversationRegistryService()Methods in com.flowable.engage.engine with parameters of type ConversationRegistryEntryService Modifier and Type Method Description voidEngageEngineConfiguration. 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 ConversationRegistryEntryServiceEngageEngineImpl. conversationRegistryServiceMethods in com.flowable.engage.engine.impl that return ConversationRegistryEntryService Modifier and Type Method Description ConversationRegistryEntryServiceEngageEngineImpl. 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 classConversationRegistryEntryServiceImpl
-