Package | Description |
---|---|
com.flowable.engage.conversation.api | |
com.flowable.engage.engine.impl.cmd | |
com.flowable.engage.engine.impl.conversation |
Modifier and Type | Method and 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 as
ConversationBuilder.startWithReuse() with an additional permission check that the user with userId is allowed to create the conversation. |
Modifier and Type | Method and Description |
---|---|
ConversationHolder |
StartConversationCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Modifier and Type | Class and Description |
---|---|
class |
ConversationHolderImpl |
Modifier and Type | Method and 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) |
Copyright © 2019. All rights reserved.