Uses of Interface
com.flowable.engage.conversation.api.ConversationHolder
Packages that use ConversationHolder
Package
Description
-
Uses of ConversationHolder in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ConversationHolderModifier and TypeMethodDescriptionConversationBuilder.startWithReuse()
Tries to find a similar conversation, if found it would return that one.ConversationBuilder.startWithReuseAndPermissionCheck
(String userId) Deprecated.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 -
Uses of ConversationHolder in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationHolderMethods in com.flowable.engage.engine.impl.conversation that return ConversationHolderModifier and TypeMethodDescriptionConversationServiceImpl.startConversationWithReuse
(ConversationBuilderImpl conversationBuilder) ConversationBuilderImpl.startWithReuse()
ConversationBuilderImpl.startWithReuseAndPermissionCheck
(String userId) Deprecated.ConversationBuilderImpl.startWithReuseAndPermissionCheck
(String userId, Collection<String> userGroupKeys, String userTenantId)
ConversationBuilder.startWithPermissionCheck(String, Collection, String)
instead