Interface HistoricIdentityLinkEntity
-
- All Superinterfaces:
Entity,HistoricIdentityLink
- All Known Implementing Classes:
HistoricIdentityLinkEntityImpl
@Internal public interface HistoricIdentityLinkEntity extends HistoricIdentityLink, Entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisGroup()booleanisUser()voidsetGroupId(String groupId)voidsetProcessInstanceId(String processInstanceId)voidsetTaskId(String taskId)voidsetType(String type)voidsetUserId(String userId)-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Methods inherited from interface org.activiti.engine.history.HistoricIdentityLink
getGroupId, getProcessInstanceId, getTaskId, getType, getUserId
-
-