Class HistoricIdentityLinkEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.identitylink.service.impl.persistence.entity.AbstractIdentityLinkServiceNoRevisionEntity
org.flowable.identitylink.service.impl.persistence.entity.HistoricIdentityLinkEntityImpl
- All Implemented Interfaces:
Serializable,Entity,HistoricIdentityLink,IdentityLinkInfo,HistoricIdentityLinkEntity
public class HistoricIdentityLinkEntityImpl
extends AbstractIdentityLinkServiceNoRevisionEntity
implements HistoricIdentityLinkEntity, Serializable
- Author:
- Frederik Heremans
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanisGroup()booleanisUser()voidsetCreateTime(Date createTime) voidsetGroupId(String groupId) voidsetProcessInstanceId(String processInstanceId) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidvoidvoidtoString()Methods inherited from class org.flowable.identitylink.service.impl.persistence.entity.AbstractIdentityLinkServiceNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
type
-
userId
-
groupId
-
taskId
-
processInstanceId
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
createTime
-
-
Constructor Details
-
HistoricIdentityLinkEntityImpl
public HistoricIdentityLinkEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
isUser
public boolean isUser()- Specified by:
isUserin interfaceHistoricIdentityLinkEntity
-
isGroup
public boolean isGroup()- Specified by:
isGroupin interfaceHistoricIdentityLinkEntity
-
getType
- Specified by:
getTypein interfaceIdentityLinkInfo
-
setType
- Specified by:
setTypein interfaceHistoricIdentityLinkEntity
-
getUserId
- Specified by:
getUserIdin interfaceIdentityLinkInfo
-
setUserId
- Specified by:
setUserIdin interfaceHistoricIdentityLinkEntity
-
getGroupId
- Specified by:
getGroupIdin interfaceIdentityLinkInfo
-
setGroupId
- Specified by:
setGroupIdin interfaceHistoricIdentityLinkEntity
-
getTaskId
- Specified by:
getTaskIdin interfaceIdentityLinkInfo
-
setTaskId
- Specified by:
setTaskIdin interfaceHistoricIdentityLinkEntity
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceIdentityLinkInfo
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceHistoricIdentityLinkEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceIdentityLinkInfo
-
setScopeId
- Specified by:
setScopeIdin interfaceHistoricIdentityLinkEntity
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceIdentityLinkInfo
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceHistoricIdentityLinkEntity
-
getScopeType
- Specified by:
getScopeTypein interfaceIdentityLinkInfo
-
setScopeType
- Specified by:
setScopeTypein interfaceHistoricIdentityLinkEntity
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionIdin interfaceIdentityLinkInfo
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceHistoricIdentityLinkEntity
-
getCreateTime
- Specified by:
getCreateTimein interfaceHistoricIdentityLink
-
setCreateTime
- Specified by:
setCreateTimein interfaceHistoricIdentityLinkEntity
-
toString
-