Uses of Interface
com.flowable.engage.message.api.Reaction
Packages that use Reaction
Package
Description
-
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.impl.cmd
Method parameters in com.flowable.engage.engine.impl.cmd with type arguments of type ReactionModifier and TypeMethodDescriptionprotected String
ReactToMessageCmd.reactionAlreadyExists
(List<Reaction> reactions) -
Uses of Reaction in com.flowable.engage.engine.impl.message
Methods in com.flowable.engage.engine.impl.message that return types with arguments of type Reaction -
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) -
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)