public class HistoricIdentityLinkEntityImpl extends AbstractIdentityLinkServiceNoRevisionEntity implements HistoricIdentityLinkEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createTime |
protected String |
groupId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
taskId |
protected String |
type |
protected String |
userId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
HistoricIdentityLinkEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime()
Returns the time when the identity link was created.
|
String |
getGroupId()
If the identity link involves a group, then this will be a non-null id of a group.
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getProcessInstanceId()
The process instance id associated with this identity link.
|
String |
getScopeDefinitionId()
The scope definition id associated with this identity link
|
String |
getScopeId()
The scope id associated with this identity link
|
String |
getScopeType()
The scope type associated with this identity link
|
String |
getSubScopeId()
The sub scope id 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 |
setCreateTime(Date createTime) |
void |
setGroupId(String groupId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setTaskId(String taskId) |
void |
setType(String type) |
void |
setUserId(String userId) |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String type
protected String userId
protected String groupId
protected String taskId
protected String processInstanceId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected Date createTime
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic boolean isUser()
isUser in interface HistoricIdentityLinkEntitypublic boolean isGroup()
isGroup in interface HistoricIdentityLinkEntitypublic String getType()
IdentityLinkInfogetType in interface IdentityLinkInfopublic void setType(String type)
setType in interface HistoricIdentityLinkEntitypublic String getUserId()
IdentityLinkInfogetUserId in interface IdentityLinkInfopublic void setUserId(String userId)
setUserId in interface HistoricIdentityLinkEntitypublic String getGroupId()
IdentityLinkInfogetGroupId in interface IdentityLinkInfopublic void setGroupId(String groupId)
setGroupId in interface HistoricIdentityLinkEntitypublic String getTaskId()
IdentityLinkInfogetTaskId in interface IdentityLinkInfopublic void setTaskId(String taskId)
setTaskId in interface HistoricIdentityLinkEntitypublic String getProcessInstanceId()
IdentityLinkInfogetProcessInstanceId in interface IdentityLinkInfopublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface HistoricIdentityLinkEntitypublic String getScopeId()
IdentityLinkInfogetScopeId in interface IdentityLinkInfopublic void setScopeId(String scopeId)
setScopeId in interface HistoricIdentityLinkEntitypublic String getSubScopeId()
IdentityLinkInfogetSubScopeId in interface IdentityLinkInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface HistoricIdentityLinkEntitypublic String getScopeType()
IdentityLinkInfogetScopeType in interface IdentityLinkInfopublic void setScopeType(String scopeType)
setScopeType in interface HistoricIdentityLinkEntitypublic String getScopeDefinitionId()
IdentityLinkInfogetScopeDefinitionId in interface IdentityLinkInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface HistoricIdentityLinkEntitypublic Date getCreateTime()
HistoricIdentityLinkgetCreateTime in interface HistoricIdentityLinkpublic void setCreateTime(Date createTime)
setCreateTime in interface HistoricIdentityLinkEntityCopyright © 2023 Flowable. All rights reserved.