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()
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 |
getProcessDefId() |
String |
getProcessDefinitionId()
The process definition id associated with this identity link.
|
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 |
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()
EntitygetPersistentState in interface Entitypublic boolean isUser()
isUser in interface IdentityLinkEntitypublic boolean isGroup()
isGroup in interface IdentityLinkEntitypublic String getType()
IdentityLinkInfogetType in interface IdentityLinkInfopublic void setType(String type)
setType in interface IdentityLinkEntitypublic String getUserId()
IdentityLinkInfogetUserId in interface IdentityLinkInfopublic void setUserId(String userId)
setUserId in interface IdentityLinkEntitypublic String getGroupId()
IdentityLinkInfogetGroupId in interface IdentityLinkInfopublic void setGroupId(String groupId)
setGroupId in interface IdentityLinkEntitypublic String getTaskId()
IdentityLinkInfogetTaskId in interface IdentityLinkInfopublic void setTaskId(String taskId)
setTaskId in interface IdentityLinkEntitypublic String getProcessInstanceId()
IdentityLinkInfogetProcessInstanceId 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()
IdentityLinkgetProcessDefinitionId in interface IdentityLinkgetProcessDefinitionId in interface IdentityLinkEntitypublic String getScopeId()
IdentityLinkInfogetScopeId in interface IdentityLinkInfopublic void setScopeId(String scopeId)
setScopeId in interface IdentityLinkEntitypublic String getSubScopeId()
IdentityLinkInfogetSubScopeId in interface IdentityLinkInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface IdentityLinkEntitypublic String getScopeType()
IdentityLinkInfogetScopeType in interface IdentityLinkInfopublic void setScopeType(String scopeType)
setScopeType in interface IdentityLinkEntitypublic String getScopeDefinitionId()
IdentityLinkInfogetScopeDefinitionId in interface IdentityLinkInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface IdentityLinkEntityCopyright © 2023 Flowable. All rights reserved.