Interface HistoricIdentityLinkEntity
- All Superinterfaces:
Entity, HistoricIdentityLink
- All Known Implementing Classes:
HistoricIdentityLinkEntityImpl
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisGroup()booleanisUser()voidsetDetails(byte[] details) voidsetGroupId(String groupId) voidsetProcessInstanceId(String processInstanceId) voidvoidvoidMethods inherited from interface Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface HistoricIdentityLink
getDetails, getGroupId, getProcessInstanceId, getTaskId, getType, getUserId
-
Method Details
-
isUser
boolean isUser() -
isGroup
boolean isGroup() -
setType
-
setUserId
-
setGroupId
-
setTaskId
-
setProcessInstanceId
-
setDetails
void setDetails(byte[] details)
-