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 ConversationBuilderImplStartConversationCmd. conversationBuilderMethods in com.flowable.engage.engine.impl.cmd with parameters of type ConversationBuilderImpl Modifier and Type Method Description protected ConversationEntityStartConversationCmd. 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 ConversationBuilderImplConversationBuilderImpl.StartConversationWithChecksCmd. conversationBuilderFields in com.flowable.engage.engine.impl.conversation with type parameters of type ConversationBuilderImpl Modifier and Type Field Description protected Function<ConversationBuilderImpl,T>ConversationBuilderImpl.StartConversationWithChecksCmd. conversationCreatorMethods in com.flowable.engage.engine.impl.conversation with parameters of type ConversationBuilderImpl Modifier and Type Method Description ConversationConversationServiceImpl. startConversation(ConversationBuilderImpl conversationBuilder)ConversationHolderConversationServiceImpl. 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 ConversationBuilderImplCheckCreateConversationCommand. conversationBuilderMethods 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)
-