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 ConversationIndexingServiceEngageEngineConfiguration. conversationIndexingServiceMethods in com.flowable.engage.engine that return ConversationIndexingService Modifier and Type Method Description ConversationIndexingServiceEngageEngine. geConversationIndexingService()ConversationIndexingServiceEngageEngineConfiguration. getConversationIndexingService()Methods in com.flowable.engage.engine with parameters of type ConversationIndexingService Modifier and Type Method Description voidEngageEngineConfiguration. 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 ConversationIndexingServiceEngageEngineImpl. conversationIndexingServiceMethods in com.flowable.engage.engine.impl that return ConversationIndexingService Modifier and Type Method Description ConversationIndexingServiceEngageEngineImpl. 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 classConversationIndexingServiceImpl
-