Class CommentEntityImpl

All Implemented Interfaces:
Serializable, HistoricData, Entity, CommentEntity, Comment, Event

public class CommentEntityImpl extends AbstractBpmnEngineNoRevisionEntity implements CommentEntity, Serializable
Author:
Tom Baeyens
See Also:
  • Field Details

    • type

      protected String type
    • userId

      protected String userId
    • time

      protected Date time
    • taskId

      protected String taskId
    • processInstanceId

      protected String processInstanceId
    • action

      protected String action
    • message

      protected String message
    • fullMessage

      protected String fullMessage
    • MESSAGE_PARTS_MARKER

      public static final String MESSAGE_PARTS_MARKER
      See Also:
    • MESSAGE_PARTS_MARKER_REGEX

      public static final Pattern MESSAGE_PARTS_MARKER_REGEX
  • Constructor Details

    • CommentEntityImpl

      public CommentEntityImpl()
  • Method Details