|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.persistence.entity.HistoricIdentityLinkEntity
public class HistoricIdentityLinkEntity
字段摘要 | |
---|---|
protected String |
groupId
|
protected String |
id
|
protected String |
processInstanceId
|
protected String |
taskId
|
protected String |
type
|
protected String |
userId
|
构造方法摘要 | |
---|---|
HistoricIdentityLinkEntity()
|
|
HistoricIdentityLinkEntity(IdentityLinkEntity identityLink)
|
方法摘要 | |
---|---|
String |
getGroupId()
If the identity link involves a group, then this will be a non-null id of a group. |
String |
getId()
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database. |
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. |
boolean |
isGroup()
|
boolean |
isUser()
|
void |
setGroupId(String groupId)
|
void |
setId(String id)
|
void |
setProcessInstanceId(String processInstanceId)
|
void |
setTaskId(String taskId)
|
void |
setType(String type)
|
void |
setUserId(String userId)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected String id
protected String type
protected String userId
protected String groupId
protected String taskId
protected String processInstanceId
构造方法详细信息 |
---|
public HistoricIdentityLinkEntity(IdentityLinkEntity identityLink)
public HistoricIdentityLinkEntity()
方法详细信息 |
---|
public Object getPersistentState()
PersistentObject
复制的描述
PersistentObject
中的 getPersistentState
public boolean isUser()
public boolean isGroup()
public String getId()
PersistentObject
中的 getId
public void setId(String id)
PersistentObject
中的 setId
public String getType()
HistoricIdentityLink
复制的描述IdentityLinkType
for the native supported types by Activiti.
HistoricIdentityLink
中的 getType
public void setType(String type)
public String getUserId()
HistoricIdentityLink
复制的描述UserQuery
API.
HistoricIdentityLink
中的 getUserId
public void setUserId(String userId)
public String getGroupId()
HistoricIdentityLink
复制的描述GroupQuery
API.
HistoricIdentityLink
中的 getGroupId
public void setGroupId(String groupId)
public String getTaskId()
HistoricIdentityLink
复制的描述
HistoricIdentityLink
中的 getTaskId
public void setTaskId(String taskId)
public String getProcessInstanceId()
HistoricIdentityLink
复制的描述
HistoricIdentityLink
中的 getProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |