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(java.lang.String groupId)voidsetProcessInstanceId(java.lang.String processInstanceId)voidsetTaskId(java.lang.String taskId)voidsetType(java.lang.String type)voidsetUserId(java.lang.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
-
-
-
-
Method Detail
-
isUser
boolean isUser()
-
isGroup
boolean isGroup()
-
setType
void setType(java.lang.String type)
-
setUserId
void setUserId(java.lang.String userId)
-
setGroupId
void setGroupId(java.lang.String groupId)
-
setTaskId
void setTaskId(java.lang.String taskId)
-
setProcessInstanceId
void setProcessInstanceId(java.lang.String processInstanceId)
-
-