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 ConversationDefinitionService
EngageEngineConfigurationApi. getConversationDefinitionService()
-
Uses of ConversationDefinitionService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationDefinitionService Modifier and Type Field Description protected ConversationDefinitionService
EngageEngineConfiguration. conversationDefinitionService
Methods in com.flowable.engage.engine that return ConversationDefinitionService Modifier and Type Method Description ConversationDefinitionService
EngageEngine. getConversationDefinitionService()
ConversationDefinitionService
EngageEngineConfiguration. getConversationDefinitionService()
Methods in com.flowable.engage.engine with parameters of type ConversationDefinitionService Modifier and Type Method Description void
EngageEngineConfiguration. 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 void
DefaultAutoDeploymentStrategy. 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 class
ConversationDefinitionServiceImpl
Fields in com.flowable.engage.engine.impl declared as ConversationDefinitionService Modifier and Type Field Description protected ConversationDefinitionService
EngageEngineImpl. conversationDefinitionService
Methods in com.flowable.engage.engine.impl that return ConversationDefinitionService Modifier and Type Method Description ConversationDefinitionService
EngageEngineImpl. getConversationDefinitionService()
-