Interface ReactionEntity
-
- All Known Implementing Classes:
ReactionEntityImpl
public interface ReactionEntity extends Reaction, Entity
- Author:
- Luis Belloch
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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
-
-