Class FlowableSendUserTypingEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableSendUserTypingEventImpl
- All Implemented Interfaces:
FlowableEngageEvent
,FlowableSendUserTypingEvent
,FlowableEvent
public class FlowableSendUserTypingEventImpl
extends FlowableEngageEventImpl
implements FlowableSendUserTypingEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final Collection<String>
protected final String
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type
-
Constructor Summary
ConstructorsConstructorDescriptionFlowableSendUserTypingEventImpl
(String userId, String conversationId, Collection<String> recipients) -
Method Summary
Modifier and TypeMethodDescriptionThe id of the conversation in which the user is typingThe ids of all users that should receive a user typing eventThe id of the user that is doing the typingMethods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
Methods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
userId
-
conversationId
-
recipients
-
-
Constructor Details
-
FlowableSendUserTypingEventImpl
public FlowableSendUserTypingEventImpl(String userId, String conversationId, Collection<String> recipients)
-
-
Method Details
-
getUserId
Description copied from interface:FlowableSendUserTypingEvent
The id of the user that is doing the typing- Specified by:
getUserId
in interfaceFlowableSendUserTypingEvent
- Returns:
- the id of the user that is doing the typing
-
getConversationId
Description copied from interface:FlowableSendUserTypingEvent
The id of the conversation in which the user is typing- Specified by:
getConversationId
in interfaceFlowableSendUserTypingEvent
- Returns:
- the id of the conversation
-
getRecipients
Description copied from interface:FlowableSendUserTypingEvent
The ids of all users that should receive a user typing event- Specified by:
getRecipients
in interfaceFlowableSendUserTypingEvent
- Returns:
- the recipients of the user typing event
-