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 ConversationHolderConversationBuilder. startWithReuse()Tries to find a similar conversation, if found it would return that one.ConversationHolderConversationBuilder. startWithReuseAndPermissionCheck(String userId)Deprecated.ConversationHolderConversationBuilder. startWithReuseAndPermissionCheck(String userId, Collection<String> userGroupKeys, String userTenantId)Same asConversationBuilder.startWithReuse()with an additional permission check that the user withuserIdis 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 ConversationHolderStartConversationCmd. 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 classConversationHolderImplMethods in com.flowable.engage.engine.impl.conversation that return ConversationHolder Modifier and Type Method Description ConversationHolderConversationServiceImpl. startConversationWithReuse(ConversationBuilderImpl conversationBuilder)ConversationHolderConversationBuilderImpl. startWithReuse()ConversationHolderConversationBuilderImpl. startWithReuseAndPermissionCheck(String userId)Deprecated.ConversationHolderConversationBuilderImpl. startWithReuseAndPermissionCheck(String userId, Collection<String> userGroupKeys, String userTenantId)
-