public interface IdentityLinkEntity extends IdentityLink, Entity
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessDefId() |
String |
getProcessDefinitionId()
The process definition id associated with this identity link.
|
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) |
getGroupId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTaskId, getType, getUserIdgetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedboolean isUser()
boolean isGroup()
void setType(String type)
void setUserId(String userId)
void setGroupId(String groupId)
void setTaskId(String taskId)
void setProcessInstanceId(String processInstanceId)
String getProcessDefId()
void setProcessDefId(String processDefId)
void setScopeId(String scopeId)
void setSubScopeId(String subScopeId)
void setScopeType(String scopeType)
void setScopeDefinitionId(String scopeDefinitionId)
String getProcessDefinitionId()
IdentityLinkgetProcessDefinitionId in interface IdentityLinkCopyright © 2023 Flowable. All rights reserved.