public class HistoricIdentityLinkEntity extends Object implements Serializable, HistoricIdentityLink, BulkDeleteable, PersistentObject
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 |
---|
HistoricIdentityLinkEntity() |
HistoricIdentityLinkEntity(IdentityLinkEntity identityLink) |
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 HistoricIdentityLinkEntity(IdentityLinkEntity identityLink)
public HistoricIdentityLinkEntity()
public Object getPersistentState()
PersistentObject
getPersistentState
in interface PersistentObject
public boolean isUser()
public boolean isGroup()
public String getId()
getId
in interface PersistentObject
public void setId(String id)
setId
in interface PersistentObject
public String getType()
HistoricIdentityLink
IdentityLinkType
for the native supported types by Activiti.getType
in interface HistoricIdentityLink
public void setType(String type)
public String getUserId()
HistoricIdentityLink
UserQuery
API.getUserId
in interface HistoricIdentityLink
public void setUserId(String userId)
public String getGroupId()
HistoricIdentityLink
GroupQuery
API.getGroupId
in interface HistoricIdentityLink
public void setGroupId(String groupId)
public String getTaskId()
HistoricIdentityLink
getTaskId
in interface HistoricIdentityLink
public void setTaskId(String taskId)
public String getProcessInstanceId()
HistoricIdentityLink
getProcessInstanceId
in interface HistoricIdentityLink
public void setProcessInstanceId(String processInstanceId)
Copyright © 2016 Alfresco. All rights reserved.