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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated.protected StringDeprecated.protected StringDeprecated.static StringDeprecated.static PatternDeprecated.protected StringDeprecated.protected StringDeprecated.protected DateDeprecated.protected StringDeprecated.protected StringDeprecated.Fields inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdatedFields inherited from interface org.activiti.engine.impl.persistence.entity.CommentEntity
TYPE_COMMENT, TYPE_EVENTFields inherited from interface org.activiti.engine.task.Event
ACTION_ADD_ATTACHMENT, ACTION_ADD_COMMENT, ACTION_ADD_GROUP_LINK, ACTION_ADD_USER_LINK, ACTION_DELETE_ATTACHMENT, ACTION_DELETE_GROUP_LINK, ACTION_DELETE_USER_LINK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Indicates the type of action and also indicates the meaning of the parts as exposed inEvent.getMessageParts()Deprecated.the full comment message the user had related to the task and/or process instancebyte[]Deprecated.Deprecated.The message that can be used in case this action only has a single message part.Deprecated.The meaning of the message parts is defined by the action as you can find inEvent.getAction()Deprecated.Returns a representation of the object, as would be stored in the database.Deprecated.reference to the process instance on which this comment was madeDeprecated.reference to the task on which this comment was madegetTime()Deprecated.time and date when the user made the commentgetType()Deprecated.reference to the type given to the commentDeprecated.reference to the user that made the commentvoidDeprecated.voidsetFullMessage(String fullMessage) Deprecated.voidsetFullMessageBytes(byte[] fullMessageBytes) Deprecated.voidsetMessage(String message) Deprecated.voidsetMessage(String[] messageParts) Deprecated.voidsetProcessInstanceId(String processInstanceId) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.Methods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Field Details
-
type
Deprecated. -
userId
Deprecated. -
time
Deprecated. -
taskId
Deprecated. -
processInstanceId
Deprecated. -
action
Deprecated. -
message
Deprecated. -
fullMessage
Deprecated. -
MESSAGE_PARTS_MARKER
Deprecated. -
MESSAGE_PARTS_MARKER_REGEX
Deprecated.
-
-
Constructor Details
-
CommentEntityImpl
public CommentEntityImpl()Deprecated.
-
-
Method Details
-
getPersistentState
Deprecated.Description copied from interface:EntityReturns 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:
getPersistentStatein interfaceEntity
-
getFullMessageBytes
public byte[] getFullMessageBytes()Deprecated.- Specified by:
getFullMessageBytesin interfaceCommentEntity
-
setFullMessageBytes
public void setFullMessageBytes(byte[] fullMessageBytes) Deprecated.- Specified by:
setFullMessageBytesin interfaceCommentEntity
-
setMessage
Deprecated.- Specified by:
setMessagein interfaceCommentEntity
-
getMessageParts
Deprecated.Description copied from interface:EventThe meaning of the message parts is defined by the action as you can find inEvent.getAction()- Specified by:
getMessagePartsin interfaceEvent
-
getUserId
Deprecated.Description copied from interface:Commentreference to the user that made the comment -
setUserId
Deprecated.- Specified by:
setUserIdin interfaceCommentEntity
-
getTaskId
Deprecated.Description copied from interface:Commentreference to the task on which this comment was made -
setTaskId
Deprecated.- Specified by:
setTaskIdin interfaceCommentEntity
-
getMessage
Deprecated.Description copied from interface:EventThe message that can be used in case this action only has a single message part.- Specified by:
getMessagein interfaceEvent
-
setMessage
Deprecated.- Specified by:
setMessagein interfaceCommentEntity
-
getTime
Deprecated.Description copied from interface:Commenttime and date when the user made the comment -
setTime
Deprecated.- Specified by:
setTimein interfaceCommentEntity
-
getProcessInstanceId
Deprecated.Description copied from interface:Commentreference to the process instance on which this comment was made- Specified by:
getProcessInstanceIdin interfaceComment- Specified by:
getProcessInstanceIdin interfaceEvent
-
setProcessInstanceId
Deprecated.- Specified by:
setProcessInstanceIdin interfaceCommentEntity
-
getType
Deprecated.Description copied from interface:Commentreference to the type given to the comment -
setType
Deprecated.- Specified by:
setTypein interfaceCommentEntity
-
getFullMessage
Deprecated.Description copied from interface:Commentthe full comment message the user had related to the task and/or process instance- Specified by:
getFullMessagein interfaceComment- See Also:
-
setFullMessage
Deprecated.- Specified by:
setFullMessagein interfaceCommentEntity
-
getAction
Deprecated.Description copied from interface:EventIndicates the type of action and also indicates the meaning of the parts as exposed inEvent.getMessageParts() -
setAction
Deprecated.- Specified by:
setActionin interfaceCommentEntity
-