Uses of Interface
com.flowable.engage.engine.impl.indexing.ConversationIndexQueryService
-
Packages that use ConversationIndexQueryService Package Description com.flowable.engage.engine com.flowable.engage.engine.impl com.flowable.engage.engine.impl.indexing -
-
Uses of ConversationIndexQueryService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationIndexQueryService Modifier and Type Field Description protected ConversationIndexQueryService
EngageEngineConfiguration. conversationIndexQueryService
Methods in com.flowable.engage.engine that return ConversationIndexQueryService Modifier and Type Method Description ConversationIndexQueryService
EngageEngine. getConversationIndexQueryService()
ConversationIndexQueryService
EngageEngineConfiguration. getConversationIndexQueryService()
Methods in com.flowable.engage.engine with parameters of type ConversationIndexQueryService Modifier and Type Method Description void
EngageEngineConfiguration. setConversationIndexQueryService(ConversationIndexQueryService conversationIndexQueryService)
-
Uses of ConversationIndexQueryService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as ConversationIndexQueryService Modifier and Type Field Description protected ConversationIndexQueryService
EngageEngineImpl. conversationIndexQueryService
Methods in com.flowable.engage.engine.impl that return ConversationIndexQueryService Modifier and Type Method Description ConversationIndexQueryService
EngageEngineImpl. getConversationIndexQueryService()
-
Uses of ConversationIndexQueryService in com.flowable.engage.engine.impl.indexing
Classes in com.flowable.engage.engine.impl.indexing that implement ConversationIndexQueryService Modifier and Type Class Description class
ConversationIndexQueryServiceImpl
-