Class CommentEntityImpl

java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
org.activiti.engine.impl.persistence.entity.CommentEntityImpl
All Implemented Interfaces:
Serializable, HistoricData, CommentEntity, Entity, Comment, Event

@Internal @Deprecated public class CommentEntityImpl extends AbstractEntityNoRevision implements CommentEntity, Serializable
Deprecated.
See Also:
  • Field Details

    • type

      protected String type
      Deprecated.
    • userId

      protected String userId
      Deprecated.
    • time

      protected Date time
      Deprecated.
    • taskId

      protected String taskId
      Deprecated.
    • processInstanceId

      protected String processInstanceId
      Deprecated.
    • action

      protected String action
      Deprecated.
    • message

      protected String message
      Deprecated.
    • fullMessage

      protected String fullMessage
      Deprecated.
    • MESSAGE_PARTS_MARKER

      public static String MESSAGE_PARTS_MARKER
      Deprecated.
    • MESSAGE_PARTS_MARKER_REGEX

      public static Pattern MESSAGE_PARTS_MARKER_REGEX
      Deprecated.
  • Constructor Details

    • CommentEntityImpl

      public CommentEntityImpl()
      Deprecated.
  • Method Details