Interface ReactionEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity, Reaction
All Known Implementing Classes:
ReactionEntityImpl

public interface ReactionEntity extends Reaction, org.flowable.common.engine.impl.persistence.entity.Entity
Author:
Luis Belloch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMessageId(String messageId)
     
    void
    setReaction(String reaction)
     
    void
    setUserId(String userId)
     

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated

    Methods inherited from interface com.flowable.engage.message.api.Reaction

    getId, getMessageId, getReaction, getUserId
  • Method Details

    • setMessageId

      void setMessageId(String messageId)
    • setUserId

      void setUserId(String userId)
    • setReaction

      void setReaction(String reaction)