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 org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.history.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)
-