Uses of Interface
com.flowable.engage.message.api.Reaction
Packages that use Reaction
Package
Description
-
Uses of Reaction in com.flowable.engage.api.delegate.event
Methods in com.flowable.engage.api.delegate.event that return ReactionModifier and TypeMethodDescriptionFlowableReactionCreatedEvent.getReaction()FlowableReactionDeletedEvent.getReaction() -
Uses of Reaction in com.flowable.engage.dto.message
Classes in com.flowable.engage.dto.message that implement ReactionConstructors in com.flowable.engage.dto.message with parameters of type Reaction -
Uses of Reaction in com.flowable.engage.engine.delegate.event.impl
Fields in com.flowable.engage.engine.delegate.event.impl declared as ReactionModifier and TypeFieldDescriptionprotected final ReactionFlowableReactionCreatedEventImpl.reactionprotected final ReactionFlowableReactionDeletedEventImpl.reactionMethods in com.flowable.engage.engine.delegate.event.impl that return ReactionModifier and TypeMethodDescriptionFlowableReactionCreatedEventImpl.getReaction()FlowableReactionDeletedEventImpl.getReaction()Methods in com.flowable.engage.engine.delegate.event.impl with parameters of type ReactionModifier and TypeMethodDescriptionstatic FlowableReactionCreatedEventFlowableEngageEventBuilder.createReactionCreatedEvent(Message message, Reaction reaction) static FlowableReactionDeletedEventFlowableEngageEventBuilder.createReactionDeletedEvent(Message message, Reaction reaction) Constructors in com.flowable.engage.engine.delegate.event.impl with parameters of type ReactionModifierConstructorDescriptionFlowableReactionCreatedEventImpl(Message message, Reaction reaction) FlowableReactionDeletedEventImpl(Message message, Reaction reaction) -
Uses of Reaction in com.flowable.engage.engine.impl.cmd
Methods in com.flowable.engage.engine.impl.cmd with parameters of type ReactionModifier and TypeMethodDescriptionprotected voidReactToMessageCmd.sendReactionCreatedEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message, Reaction reaction) protected voidRemoveMessageReactionCmd.sendReactionDeletedEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Message message, Reaction reaction) Method parameters in com.flowable.engage.engine.impl.cmd with type arguments of type ReactionModifier and TypeMethodDescriptionprotected StringReactToMessageCmd.reactionAlreadyExists(List<Reaction> reactions) -
Uses of Reaction in com.flowable.engage.engine.impl.message
Subclasses with type arguments of type Reaction in com.flowable.engage.engine.impl.messageMethods in com.flowable.engage.engine.impl.message that return types with arguments of type ReactionModifier and TypeMethodDescriptionReactionQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of Reaction in com.flowable.engage.engine.impl.persistence.entity
Subinterfaces of Reaction in com.flowable.engage.engine.impl.persistence.entityClasses in com.flowable.engage.engine.impl.persistence.entity that implement ReactionMethods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type ReactionModifier and TypeMethodDescriptionReactionEntityManager.findByCriteria(ReactionQuery query) ReactionEntityManagerImpl.findByCriteria(ReactionQuery query) Methods in com.flowable.engage.engine.impl.persistence.entity with parameters of type ReactionModifier and TypeMethodDescription -
Uses of Reaction in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type Reaction -
Uses of Reaction in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type ReactionModifier and TypeMethodDescriptionMybatisReactionDataManager.findByCriteria(ReactionQueryImpl query) -
Uses of Reaction in com.flowable.engage.message.api
Subinterfaces with type arguments of type Reaction in com.flowable.engage.message.api