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() |
String |
getGroupId() |
Object |
getPersistentState() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getType() |
String |
getUserId() |
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()
getPersistentState in interface Entitypublic boolean isUser()
isUser in interface HistoricIdentityLinkEntitypublic boolean isGroup()
isGroup in interface HistoricIdentityLinkEntitypublic String getType()
getType in interface IdentityLinkInfopublic void setType(String type)
setType in interface HistoricIdentityLinkEntitypublic String getUserId()
getUserId in interface IdentityLinkInfopublic void setUserId(String userId)
setUserId in interface HistoricIdentityLinkEntitypublic String getGroupId()
getGroupId in interface IdentityLinkInfopublic void setGroupId(String groupId)
setGroupId in interface HistoricIdentityLinkEntitypublic String getTaskId()
getTaskId in interface IdentityLinkInfopublic void setTaskId(String taskId)
setTaskId in interface HistoricIdentityLinkEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface IdentityLinkInfopublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface HistoricIdentityLinkEntitypublic String getScopeId()
getScopeId in interface IdentityLinkInfopublic void setScopeId(String scopeId)
setScopeId in interface HistoricIdentityLinkEntitypublic String getSubScopeId()
getSubScopeId in interface IdentityLinkInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface HistoricIdentityLinkEntitypublic String getScopeType()
getScopeType in interface IdentityLinkInfopublic void setScopeType(String scopeType)
setScopeType in interface HistoricIdentityLinkEntitypublic String getScopeDefinitionId()
getScopeDefinitionId in interface IdentityLinkInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface HistoricIdentityLinkEntitypublic Date getCreateTime()
getCreateTime in interface HistoricIdentityLinkpublic void setCreateTime(Date createTime)
setCreateTime in interface HistoricIdentityLinkEntityCopyright © 2021 Flowable. All rights reserved.