public interface IdentityLinkEntity extends IdentityLink, Entity
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessDefId() |
String |
getProcessDefinitionId() |
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()
getProcessDefinitionId in interface IdentityLinkCopyright © 2021 Flowable. All rights reserved.