Uses of Interface
com.flowable.engage.engine.impl.conversation.ConversationStarterHelper
-
Packages that use ConversationStarterHelper Package Description com.flowable.engage.engine com.flowable.engage.engine.impl.conversation -
-
Uses of ConversationStarterHelper in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationStarterHelper Modifier and Type Field Description protected ConversationStarterHelper
EngageEngineConfiguration. conversationStarterHelper
Methods in com.flowable.engage.engine that return ConversationStarterHelper Modifier and Type Method Description ConversationStarterHelper
EngageEngineConfiguration. getConversationStarterHelper()
Methods in com.flowable.engage.engine with parameters of type ConversationStarterHelper Modifier and Type Method Description void
EngageEngineConfiguration. setConversationStarterHelper(ConversationStarterHelper conversationStarterHelper)
-
Uses of ConversationStarterHelper in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationStarterHelper Modifier and Type Class Description class
ConversationStarterHelperImpl
-