|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface Event
Exposes twitter-like feeds for tasks and process instances.
TaskService#getTaskEvents(String)
字段摘要 | |
---|---|
static String |
ACTION_ADD_ATTACHMENT
An attachment was added with the attachment name as message. |
static String |
ACTION_ADD_COMMENT
An user comment was added with the short version of the comment as message. |
static String |
ACTION_ADD_GROUP_LINK
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role) |
static String |
ACTION_ADD_USER_LINK
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role) |
static String |
ACTION_DELETE_ATTACHMENT
An attachment was deleted with the attachment name as message. |
static String |
ACTION_DELETE_GROUP_LINK
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role) |
static String |
ACTION_DELETE_USER_LINK
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role) |
方法摘要 | |
---|---|
String |
getAction()
Indicates the type of of action and also indicates the meaning of the parts as exposed in getMessageParts() |
String |
getId()
Unique identifier for this event |
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 getAction() |
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 |
getUserId()
reference to the user that made the comment |
字段详细信息 |
---|
static final String ACTION_ADD_USER_LINK
static final String ACTION_DELETE_USER_LINK
static final String ACTION_ADD_GROUP_LINK
static final String ACTION_DELETE_GROUP_LINK
static final String ACTION_ADD_COMMENT
static final String ACTION_ADD_ATTACHMENT
static final String ACTION_DELETE_ATTACHMENT
方法详细信息 |
---|
String getId()
String getAction()
getMessageParts()
List<String> getMessageParts()
getAction()
String getMessage()
String getUserId()
Date getTime()
String getTaskId()
String getProcessInstanceId()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |