Uses of Interface
com.flowable.engage.conversation.api.ConversationHolder
-
Packages that use ConversationHolder Package Description com.flowable.engage.conversation.api com.flowable.engage.engine.impl.cmd com.flowable.engage.engine.impl.conversation -
-
Uses of ConversationHolder in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ConversationHolder Modifier and Type Method Description ConversationHolder
ConversationBuilder. startWithReuse()
Tries to find a similar conversation, if found it would return that one.ConversationHolder
ConversationBuilder. startWithReuseAndPermissionCheck(String userId)
Deprecated.ConversationHolder
ConversationBuilder. startWithReuseAndPermissionCheck(String userId, Collection<String> userGroupKeys, String userTenantId)
Same asConversationBuilder.startWithReuse()
with an additional permission check that the user withuserId
is allowed to create the conversation. -
Uses of ConversationHolder in com.flowable.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd that return ConversationHolder Modifier and Type Method Description ConversationHolder
StartConversationCmd. execute(CommandContext commandContext)
-
Uses of ConversationHolder in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationHolder Modifier and Type Class Description class
ConversationHolderImpl
Methods in com.flowable.engage.engine.impl.conversation that return ConversationHolder Modifier and Type Method Description ConversationHolder
ConversationServiceImpl. startConversationWithReuse(ConversationBuilderImpl conversationBuilder)
ConversationHolder
ConversationBuilderImpl. startWithReuse()
ConversationHolder
ConversationBuilderImpl. startWithReuseAndPermissionCheck(String userId)
Deprecated.ConversationHolder
ConversationBuilderImpl. startWithReuseAndPermissionCheck(String userId, Collection<String> userGroupKeys, String userTenantId)
-