Uses of Class
com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
Packages that use ConversationBuilderImpl Package Description com.flowable.engage.engine.impl.cmd com.flowable.engage.engine.impl.conversation com.flowable.engage.engine.impl.permission.cmd -
-
Uses of ConversationBuilderImpl in com.flowable.engage.engine.impl.cmd
Fields in com.flowable.engage.engine.impl.cmd declared as ConversationBuilderImpl Modifier and Type Field Description protected ConversationBuilderImpl
StartConversationCmd. conversationBuilder
Methods in com.flowable.engage.engine.impl.cmd with parameters of type ConversationBuilderImpl Modifier and Type Method Description protected ConversationEntity
StartConversationCmd. startConversation(CommandContext commandContext, ConversationBuilderImpl conversationBuilder)
Constructors in com.flowable.engage.engine.impl.cmd with parameters of type ConversationBuilderImpl Constructor Description StartConversationCmd(ConversationBuilderImpl conversationBuilder, boolean reuse)
-
Uses of ConversationBuilderImpl in com.flowable.engage.engine.impl.conversation
Fields in com.flowable.engage.engine.impl.conversation declared as ConversationBuilderImpl Modifier and Type Field Description protected ConversationBuilderImpl
ConversationBuilderImpl.StartConversationWithChecksCmd. conversationBuilder
Fields in com.flowable.engage.engine.impl.conversation with type parameters of type ConversationBuilderImpl Modifier and Type Field Description protected Function<ConversationBuilderImpl,T>
ConversationBuilderImpl.StartConversationWithChecksCmd. conversationCreator
Methods in com.flowable.engage.engine.impl.conversation with parameters of type ConversationBuilderImpl Modifier and Type Method Description Conversation
ConversationServiceImpl. startConversation(ConversationBuilderImpl conversationBuilder)
ConversationHolder
ConversationServiceImpl. startConversationWithReuse(ConversationBuilderImpl conversationBuilder)
Constructors in com.flowable.engage.engine.impl.conversation with parameters of type ConversationBuilderImpl Constructor Description StartConversationWithChecksCmd(ConversationBuilderImpl conversationBuilder, String userId, Collection<String> userGroupKeys, String userTenantId, Function<ConversationBuilderImpl,T> conversationCreator)
StartConversationWithChecksCmd(ConversationBuilderImpl conversationBuilder, Function<ConversationBuilderImpl,T> conversationCreator)
Constructor parameters in com.flowable.engage.engine.impl.conversation with type arguments of type ConversationBuilderImpl Constructor Description StartConversationWithChecksCmd(ConversationBuilderImpl conversationBuilder, String userId, Collection<String> userGroupKeys, String userTenantId, Function<ConversationBuilderImpl,T> conversationCreator)
StartConversationWithChecksCmd(ConversationBuilderImpl conversationBuilder, Function<ConversationBuilderImpl,T> conversationCreator)
-
Uses of ConversationBuilderImpl in com.flowable.engage.engine.impl.permission.cmd
Fields in com.flowable.engage.engine.impl.permission.cmd declared as ConversationBuilderImpl Modifier and Type Field Description protected ConversationBuilderImpl
CheckCreateConversationCommand. conversationBuilder
Methods in com.flowable.engage.engine.impl.permission.cmd with parameters of type ConversationBuilderImpl Modifier and Type Method Description protected Optional<String>
CheckCreateConversationCommand. checkInviteParticipantToNewConversation(ConversationBuilderImpl conversationBuilder, String newParticipantUserId, CommandContext commandContext)
Evaluates the permissions for the given user when inviting a new participant to a new (initial) conversation.Constructors in com.flowable.engage.engine.impl.permission.cmd with parameters of type ConversationBuilderImpl Constructor Description CheckCreateConversationCommand(String userId, Collection<String> userGroupKeys, String userTenantId, String parentConversationId, ConversationBuilderImpl conversationBuilder, EngageEngineConfiguration engageEngineConfiguration)
-