Uses of Interface
com.flowable.engage.api.ConversationDefinitionService
-
Packages that use ConversationDefinitionService Package Description com.flowable.engage.api com.flowable.engage.engine com.flowable.engage.engine.autodeployment com.flowable.engage.engine.impl -
-
Uses of ConversationDefinitionService in com.flowable.engage.api
Methods in com.flowable.engage.api that return ConversationDefinitionService Modifier and Type Method Description ConversationDefinitionServiceEngageEngineConfigurationApi. getConversationDefinitionService() -
Uses of ConversationDefinitionService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationDefinitionService Modifier and Type Field Description protected ConversationDefinitionServiceEngageEngineConfiguration. conversationDefinitionServiceMethods in com.flowable.engage.engine that return ConversationDefinitionService Modifier and Type Method Description ConversationDefinitionServiceEngageEngine. getConversationDefinitionService()ConversationDefinitionServiceEngageEngineConfiguration. getConversationDefinitionService()Methods in com.flowable.engage.engine with parameters of type ConversationDefinitionService Modifier and Type Method Description voidEngageEngineConfiguration. setConversationDefinitionService(ConversationDefinitionService conversationDefinitionService) -
Uses of ConversationDefinitionService in com.flowable.engage.engine.autodeployment
Methods in com.flowable.engage.engine.autodeployment with parameters of type ConversationDefinitionService Modifier and Type Method Description protected voidDefaultAutoDeploymentStrategy. deploy(Resource[] resources, ConversationDefinitionService conversationDefinitionService, String tenantId) -
Uses of ConversationDefinitionService in com.flowable.engage.engine.impl
Classes in com.flowable.engage.engine.impl that implement ConversationDefinitionService Modifier and Type Class Description classConversationDefinitionServiceImplFields in com.flowable.engage.engine.impl declared as ConversationDefinitionService Modifier and Type Field Description protected ConversationDefinitionServiceEngageEngineImpl. conversationDefinitionServiceMethods in com.flowable.engage.engine.impl that return ConversationDefinitionService Modifier and Type Method Description ConversationDefinitionServiceEngageEngineImpl. getConversationDefinitionService()
-