public class HistoricIdentityLinkEntityImpl extends Object implements HistoricIdentityLinkEntity, Serializable, BulkDeleteable
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected String |
id |
protected String |
processInstanceId |
protected String |
taskId |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
HistoricIdentityLinkEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected String id
protected String type
protected String userId
protected String groupId
protected String taskId
protected String processInstanceId
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic boolean isUser()
isUser in interface HistoricIdentityLinkEntitypublic boolean isGroup()
isGroup in interface HistoricIdentityLinkEntitypublic String getType()
HistoricIdentityLinkIdentityLinkType for the native supported types by Activiti.getType in interface HistoricIdentityLinkpublic void setType(String type)
setType in interface HistoricIdentityLinkEntitypublic String getUserId()
HistoricIdentityLinkUserQuery API.getUserId in interface HistoricIdentityLinkpublic void setUserId(String userId)
setUserId in interface HistoricIdentityLinkEntitypublic String getGroupId()
HistoricIdentityLinkGroupQuery API.getGroupId in interface HistoricIdentityLinkpublic void setGroupId(String groupId)
setGroupId in interface HistoricIdentityLinkEntitypublic String getTaskId()
HistoricIdentityLinkgetTaskId in interface HistoricIdentityLinkpublic void setTaskId(String taskId)
setTaskId in interface HistoricIdentityLinkEntitypublic String getProcessInstanceId()
HistoricIdentityLinkgetProcessInstanceId in interface HistoricIdentityLinkpublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface HistoricIdentityLinkEntityCopyright © 2015 Alfresco. All rights reserved.