Class HistoricEntityLinkEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.entitylink.service.impl.persistence.entity.AbstractEntityLinkServiceNoRevisionEntity
org.flowable.entitylink.service.impl.persistence.entity.HistoricEntityLinkEntityImpl
- All Implemented Interfaces:
Serializable,Entity,EntityLinkInfo,HistoricEntityLink,HistoricEntityLinkEntity
public class HistoricEntityLinkEntityImpl
extends AbstractEntityLinkServiceNoRevisionEntity
implements HistoricEntityLinkEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected Stringprotected Stringprotected Stringprotected 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 TypeMethodDescriptionvoidsetCreateTime(Date createTime) voidsetHierarchyType(String hierarchyType) voidsetLinkType(String linkType) voidsetParentElementId(String parentElementId) voidsetReferenceScopeDefinitionId(String referenceScopeDefinitionId) voidsetReferenceScopeId(String referenceScopeId) voidsetReferenceScopeType(String referenceScopeType) voidsetRootScopeId(String rootScopeId) voidsetRootScopeType(String rootScopeType) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) Methods inherited from class org.flowable.entitylink.service.impl.persistence.entity.AbstractEntityLinkServiceNoRevisionEntity
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, toString, 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
-
linkType
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
parentElementId
-
referenceScopeId
-
referenceScopeType
-
referenceScopeDefinitionId
-
hierarchyType
-
rootScopeId
-
rootScopeType
-
createTime
-
-
Constructor Details
-
HistoricEntityLinkEntityImpl
public HistoricEntityLinkEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getLinkType
- Specified by:
getLinkTypein interfaceEntityLinkInfo
-
setLinkType
- Specified by:
setLinkTypein interfaceHistoricEntityLinkEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceEntityLinkInfo
-
setScopeId
- Specified by:
setScopeIdin interfaceHistoricEntityLinkEntity
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceEntityLinkInfo
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceHistoricEntityLinkEntity
-
getScopeType
- Specified by:
getScopeTypein interfaceEntityLinkInfo
-
setScopeType
- Specified by:
setScopeTypein interfaceHistoricEntityLinkEntity
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionIdin interfaceEntityLinkInfo
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceHistoricEntityLinkEntity
-
getParentElementId
- Specified by:
getParentElementIdin interfaceEntityLinkInfo
-
setParentElementId
- Specified by:
setParentElementIdin interfaceHistoricEntityLinkEntity
-
getReferenceScopeId
- Specified by:
getReferenceScopeIdin interfaceEntityLinkInfo
-
setReferenceScopeId
- Specified by:
setReferenceScopeIdin interfaceHistoricEntityLinkEntity
-
getReferenceScopeType
- Specified by:
getReferenceScopeTypein interfaceEntityLinkInfo
-
setReferenceScopeType
- Specified by:
setReferenceScopeTypein interfaceHistoricEntityLinkEntity
-
getReferenceScopeDefinitionId
- Specified by:
getReferenceScopeDefinitionIdin interfaceEntityLinkInfo
-
setReferenceScopeDefinitionId
- Specified by:
setReferenceScopeDefinitionIdin interfaceHistoricEntityLinkEntity
-
getRootScopeId
- Specified by:
getRootScopeIdin interfaceEntityLinkInfo
-
setRootScopeId
- Specified by:
setRootScopeIdin interfaceHistoricEntityLinkEntity
-
getRootScopeType
- Specified by:
getRootScopeTypein interfaceEntityLinkInfo
-
setRootScopeType
- Specified by:
setRootScopeTypein interfaceHistoricEntityLinkEntity
-
getCreateTime
- Specified by:
getCreateTimein interfaceEntityLinkInfo
-
setCreateTime
- Specified by:
setCreateTimein interfaceHistoricEntityLinkEntity
-
getHierarchyType
- Specified by:
getHierarchyTypein interfaceEntityLinkInfo
-
setHierarchyType
- Specified by:
setHierarchyTypein interfaceHistoricEntityLinkEntity
-