|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface HistoricIdentityLink
Historic counterpart of IdentityLink
that represents the current state
if any runtime link. Will be preserved when the runtime process instance or task
is finished.
方法摘要 | |
---|---|
String |
getGroupId()
If the identity link involves a group, then this will be a non-null id of a group. |
String |
getProcessInstanceId()
The id of the process instance associated with this identity link. |
String |
getTaskId()
The id of the task associated with this identity link. |
String |
getType()
Returns the type of link. |
String |
getUserId()
If the identity link involves a user, then this will be a non-null id of a user. |
方法详细信息 |
---|
String getType()
IdentityLinkType
for the native supported types by Activiti.
String getUserId()
UserQuery
API.
String getGroupId()
GroupQuery
API.
String getTaskId()
String getProcessInstanceId()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |