Uses of Interface
com.flowable.engage.engine.impl.indexing.ConversationIndexingService
-
Packages that use ConversationIndexingService Package Description com.flowable.engage.engine com.flowable.engage.engine.impl com.flowable.engage.engine.impl.indexing -
-
Uses of ConversationIndexingService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationIndexingService Modifier and Type Field Description protected ConversationIndexingService
EngageEngineConfiguration. conversationIndexingService
Methods in com.flowable.engage.engine that return ConversationIndexingService Modifier and Type Method Description ConversationIndexingService
EngageEngine. geConversationIndexingService()
ConversationIndexingService
EngageEngineConfiguration. getConversationIndexingService()
Methods in com.flowable.engage.engine with parameters of type ConversationIndexingService Modifier and Type Method Description void
EngageEngineConfiguration. setConversationIndexingService(ConversationIndexingService conversationIndexingService)
-
Uses of ConversationIndexingService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as ConversationIndexingService Modifier and Type Field Description protected ConversationIndexingService
EngageEngineImpl. conversationIndexingService
Methods in com.flowable.engage.engine.impl that return ConversationIndexingService Modifier and Type Method Description ConversationIndexingService
EngageEngineImpl. geConversationIndexingService()
-
Uses of ConversationIndexingService in com.flowable.engage.engine.impl.indexing
Classes in com.flowable.engage.engine.impl.indexing that implement ConversationIndexingService Modifier and Type Class Description class
ConversationIndexingServiceImpl
-