Class CommentEntityImpl

    • Field Detail

      • type

        protected java.lang.String type
        Deprecated.
      • userId

        protected java.lang.String userId
        Deprecated.
      • time

        protected java.util.Date time
        Deprecated.
      • taskId

        protected java.lang.String taskId
        Deprecated.
      • processInstanceId

        protected java.lang.String processInstanceId
        Deprecated.
      • action

        protected java.lang.String action
        Deprecated.
      • message

        protected java.lang.String message
        Deprecated.
      • fullMessage

        protected java.lang.String fullMessage
        Deprecated.
      • MESSAGE_PARTS_MARKER

        public static java.lang.String MESSAGE_PARTS_MARKER
        Deprecated.
      • MESSAGE_PARTS_MARKER_REGEX

        public static java.util.regex.Pattern MESSAGE_PARTS_MARKER_REGEX
        Deprecated.
    • Constructor Detail

      • CommentEntityImpl

        public CommentEntityImpl()
        Deprecated.
    • Method Detail

      • getPersistentState

        public java.lang.Object getPersistentState()
        Deprecated.
        Description copied from interface: Entity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface Entity
      • setMessage

        public void setMessage​(java.lang.String[] messageParts)
        Deprecated.
        Specified by:
        setMessage in interface CommentEntity
      • getMessageParts

        public java.util.List<java.lang.String> getMessageParts()
        Deprecated.
        Description copied from interface: Event
        The meaning of the message parts is defined by the action as you can find in Event.getAction()
        Specified by:
        getMessageParts in interface Event
      • getUserId

        public java.lang.String getUserId()
        Deprecated.
        Description copied from interface: Comment
        reference to the user that made the comment
        Specified by:
        getUserId in interface Comment
        Specified by:
        getUserId in interface Event
      • setUserId

        public void setUserId​(java.lang.String userId)
        Deprecated.
        Specified by:
        setUserId in interface CommentEntity
      • getTaskId

        public java.lang.String getTaskId()
        Deprecated.
        Description copied from interface: Comment
        reference to the task on which this comment was made
        Specified by:
        getTaskId in interface Comment
        Specified by:
        getTaskId in interface Event
      • setTaskId

        public void setTaskId​(java.lang.String taskId)
        Deprecated.
        Specified by:
        setTaskId in interface CommentEntity
      • getMessage

        public java.lang.String getMessage()
        Deprecated.
        Description copied from interface: Event
        The message that can be used in case this action only has a single message part.
        Specified by:
        getMessage in interface Event
      • setMessage

        public void setMessage​(java.lang.String message)
        Deprecated.
        Specified by:
        setMessage in interface CommentEntity
      • getTime

        public java.util.Date getTime()
        Deprecated.
        Description copied from interface: Comment
        time and date when the user made the comment
        Specified by:
        getTime in interface Comment
        Specified by:
        getTime in interface Event
        Specified by:
        getTime in interface HistoricData
      • setTime

        public void setTime​(java.util.Date time)
        Deprecated.
        Specified by:
        setTime in interface CommentEntity
      • getProcessInstanceId

        public java.lang.String getProcessInstanceId()
        Deprecated.
        Description copied from interface: Comment
        reference to the process instance on which this comment was made
        Specified by:
        getProcessInstanceId in interface Comment
        Specified by:
        getProcessInstanceId in interface Event
      • setProcessInstanceId

        public void setProcessInstanceId​(java.lang.String processInstanceId)
        Deprecated.
        Specified by:
        setProcessInstanceId in interface CommentEntity
      • getType

        public java.lang.String getType()
        Deprecated.
        Description copied from interface: Comment
        reference to the type given to the comment
        Specified by:
        getType in interface Comment
      • setType

        public void setType​(java.lang.String type)
        Deprecated.
        Specified by:
        setType in interface CommentEntity
      • setFullMessage

        public void setFullMessage​(java.lang.String fullMessage)
        Deprecated.
        Specified by:
        setFullMessage in interface CommentEntity
      • getAction

        public java.lang.String getAction()
        Deprecated.
        Description copied from interface: Event
        Indicates the type of of action and also indicates the meaning of the parts as exposed in Event.getMessageParts()
        Specified by:
        getAction in interface Event
      • setAction

        public void setAction​(java.lang.String action)
        Deprecated.
        Specified by:
        setAction in interface CommentEntity