Uses of Interface
com.flowable.engage.message.api.Reaction
-
-
Uses of Reaction in com.flowable.engage.dto.message
Classes in com.flowable.engage.dto.message that implement Reaction Modifier and Type Class Description class
MessageReaction
Constructors in com.flowable.engage.dto.message with parameters of type Reaction Constructor Description MessageReaction(Reaction 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 Reaction Modifier and Type Method Description protected 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 Modifier and Type Method Description List<Reaction>
ReactionQueryImpl. executeList(CommandContext commandContext)
-
Uses of Reaction in com.flowable.engage.engine.impl.persistence.entity
Subinterfaces of Reaction in com.flowable.engage.engine.impl.persistence.entity Modifier and Type Interface Description interface
ReactionEntity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement Reaction Modifier and Type Class Description class
ReactionEntityImpl
Methods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type Reaction Modifier and Type Method Description List<Reaction>
ReactionEntityManager. findByCriteria(ReactionQuery query)
List<Reaction>
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 Modifier and Type Method Description List<Reaction>
ReactionDataManager. findByCriteria(ReactionQueryImpl query)
-
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 Reaction Modifier and Type Method Description List<Reaction>
MybatisReactionDataManager. findByCriteria(ReactionQueryImpl query)
-