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 ConversationIndexQueryServiceEngageEngineConfiguration. conversationIndexQueryServiceMethods in com.flowable.engage.engine that return ConversationIndexQueryService Modifier and Type Method Description ConversationIndexQueryServiceEngageEngine. getConversationIndexQueryService()ConversationIndexQueryServiceEngageEngineConfiguration. getConversationIndexQueryService()Methods in com.flowable.engage.engine with parameters of type ConversationIndexQueryService Modifier and Type Method Description voidEngageEngineConfiguration. 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 ConversationIndexQueryServiceEngageEngineImpl. conversationIndexQueryServiceMethods in com.flowable.engage.engine.impl that return ConversationIndexQueryService Modifier and Type Method Description ConversationIndexQueryServiceEngageEngineImpl. 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 classConversationIndexQueryServiceImpl
-