public class AddParticipantsToConversationCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Collection<String>>
| Modifier and Type | Field and Description | 
|---|---|
| protected String | conversationId | 
| protected Collection<String> | participants | 
| Constructor and Description | 
|---|
| AddParticipantsToConversationCmd(String conversationId,
                                Collection<String> participants) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<String> | execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) | 
protected final String conversationId
protected final Collection<String> participants
public AddParticipantsToConversationCmd(String conversationId, Collection<String> participants)
public Collection<String> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<Collection<String>>Copyright © 2019. All rights reserved.