|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.persistence.entity.CommentEntity
public class CommentEntity
字段摘要 | |
---|---|
protected String |
action
|
protected String |
fullMessage
|
protected String |
id
|
protected String |
message
|
static String |
MESSAGE_PARTS_MARKER
|
protected String |
processInstanceId
|
protected String |
taskId
|
protected Date |
time
|
protected String |
type
|
static String |
TYPE_COMMENT
|
static String |
TYPE_EVENT
|
protected String |
userId
|
从接口 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 |
构造方法摘要 | |
---|---|
CommentEntity()
|
方法摘要 | |
---|---|
String |
getAction()
Indicates the type of of action and also indicates the meaning of the parts as exposed in Event.getMessageParts() |
String |
getFullMessage()
the full comment message the user had related to the task and/or process instance |
byte[] |
getFullMessageBytes()
|
String |
getId()
unique identifier for this comment |
String |
getMessage()
The message that can be used in case this action only has a single message part. |
List<String> |
getMessageParts()
The meaning of the message parts is defined by the action as you can find in Event.getAction() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database. |
String |
getProcessInstanceId()
reference to the process instance on which this comment was made |
String |
getTaskId()
reference to the task on which this comment was made |
Date |
getTime()
time and date when the user made the comment |
String |
getType()
reference to the type given to the comment |
String |
getUserId()
reference to the user that made the comment |
void |
setAction(String action)
|
void |
setFullMessage(String fullMessage)
|
void |
setFullMessageBytes(byte[] fullMessageBytes)
|
void |
setId(String id)
|
void |
setMessage(String message)
|
void |
setMessage(String[] messageParts)
|
void |
setProcessInstanceId(String processInstanceId)
|
void |
setTaskId(String taskId)
|
void |
setTime(Date time)
|
void |
setType(String type)
|
void |
setUserId(String userId)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final String TYPE_EVENT
public static final String TYPE_COMMENT
protected String id
protected String type
protected String userId
protected Date time
protected String taskId
protected String processInstanceId
protected String action
protected String message
protected String fullMessage
public static String MESSAGE_PARTS_MARKER
构造方法详细信息 |
---|
public CommentEntity()
方法详细信息 |
---|
public Object getPersistentState()
PersistentObject
复制的描述
PersistentObject
中的 getPersistentState
public byte[] getFullMessageBytes()
public void setFullMessageBytes(byte[] fullMessageBytes)
public void setMessage(String[] messageParts)
public List<String> getMessageParts()
Event
复制的描述Event.getAction()
Event
中的 getMessageParts
public String getId()
Comment
复制的描述
PersistentObject
中的 getId
Comment
中的 getId
Event
中的 getId
public void setId(String id)
PersistentObject
中的 setId
public String getUserId()
Comment
复制的描述
Comment
中的 getUserId
Event
中的 getUserId
public void setUserId(String userId)
public String getTaskId()
Comment
复制的描述
Comment
中的 getTaskId
Event
中的 getTaskId
public void setTaskId(String taskId)
public String getMessage()
Event
复制的描述
Event
中的 getMessage
public void setMessage(String message)
public Date getTime()
Comment
复制的描述
Comment
中的 getTime
Event
中的 getTime
public void setTime(Date time)
public String getProcessInstanceId()
Comment
复制的描述
Comment
中的 getProcessInstanceId
Event
中的 getProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
public String getType()
Comment
复制的描述
Comment
中的 getType
public void setType(String type)
public String getFullMessage()
Comment
复制的描述
Comment
中的 getFullMessage
TaskService.getTaskComments(String)
public void setFullMessage(String fullMessage)
public String getAction()
Event
复制的描述Event.getMessageParts()
Event
中的 getAction
public void setAction(String action)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |