public class IdentityLinkEntityImpl extends AbstractIdentityLinkServiceNoRevisionEntity implements IdentityLinkEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected String |
processDefId |
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 |
|---|
IdentityLinkEntityImpl() |
IdentityLinkEntityImpl(HistoricIdentityLink historicIdentityLink) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId() |
Object |
getPersistentState() |
String |
getProcessDefId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getType() |
String |
getUserId() |
boolean |
isGroup() |
boolean |
isUser() |
void |
setGroupId(String groupId) |
void |
setProcessDefId(String processDefId) |
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) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 processDefId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
public IdentityLinkEntityImpl()
public IdentityLinkEntityImpl(HistoricIdentityLink historicIdentityLink)
public Object getPersistentState()
getPersistentState in interface Entitypublic boolean isUser()
isUser in interface IdentityLinkEntitypublic boolean isGroup()
isGroup in interface IdentityLinkEntitypublic String getType()
getType in interface IdentityLinkInfopublic void setType(String type)
setType in interface IdentityLinkEntitypublic String getUserId()
getUserId in interface IdentityLinkInfopublic void setUserId(String userId)
setUserId in interface IdentityLinkEntitypublic String getGroupId()
getGroupId in interface IdentityLinkInfopublic void setGroupId(String groupId)
setGroupId in interface IdentityLinkEntitypublic String getTaskId()
getTaskId in interface IdentityLinkInfopublic void setTaskId(String taskId)
setTaskId in interface IdentityLinkEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface IdentityLinkInfopublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface IdentityLinkEntitypublic String getProcessDefId()
getProcessDefId in interface IdentityLinkEntitypublic void setProcessDefId(String processDefId)
setProcessDefId in interface IdentityLinkEntitypublic String getProcessDefinitionId()
getProcessDefinitionId in interface IdentityLinkgetProcessDefinitionId in interface IdentityLinkEntitypublic String getScopeId()
getScopeId in interface IdentityLinkInfopublic void setScopeId(String scopeId)
setScopeId in interface IdentityLinkEntitypublic String getSubScopeId()
getSubScopeId in interface IdentityLinkInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface IdentityLinkEntitypublic String getScopeType()
getScopeType in interface IdentityLinkInfopublic void setScopeType(String scopeType)
setScopeType in interface IdentityLinkEntitypublic String getScopeDefinitionId()
getScopeDefinitionId in interface IdentityLinkInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface IdentityLinkEntityCopyright © 2021 Flowable. All rights reserved.