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 TypeMethodDescriptionThe create time for the entity linkReturns the hierarchy type for the entity link e.g.Returns the type of link.The parent element id for the originating entityReturns a representation of the object, as would be stored in the database.A scope definition id for the referenced entityReturns the scope id of the referenced entityThe scope type associated with the referenced entityReturns the root scope id of the referenced entityThe scope type associated with the referenced entityA scope definition id for the originating entityReturns the scope id of the originating entityThe scope type associated with the originating entityReturns the sub scope id of the originating entityvoidsetCreateTime(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
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
getLinkType
Description copied from interface:EntityLinkInfoReturns the type of link. See for the native supported types.- Specified by:
getLinkTypein interfaceEntityLinkInfo
-
setLinkType
- Specified by:
setLinkTypein interfaceHistoricEntityLinkEntity
-
getScopeId
Description copied from interface:EntityLinkInfoReturns the scope id of the originating entity- Specified by:
getScopeIdin interfaceEntityLinkInfo
-
setScopeId
- Specified by:
setScopeIdin interfaceHistoricEntityLinkEntity
-
getSubScopeId
Description copied from interface:EntityLinkInfoReturns the sub scope id of the originating entity- Specified by:
getSubScopeIdin interfaceEntityLinkInfo
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceHistoricEntityLinkEntity
-
getScopeType
Description copied from interface:EntityLinkInfoThe scope type associated with the originating entity- Specified by:
getScopeTypein interfaceEntityLinkInfo
-
setScopeType
- Specified by:
setScopeTypein interfaceHistoricEntityLinkEntity
-
getScopeDefinitionId
Description copied from interface:EntityLinkInfoA scope definition id for the originating entity- Specified by:
getScopeDefinitionIdin interfaceEntityLinkInfo
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceHistoricEntityLinkEntity
-
getParentElementId
Description copied from interface:EntityLinkInfoThe parent element id for the originating entity- Specified by:
getParentElementIdin interfaceEntityLinkInfo
-
setParentElementId
- Specified by:
setParentElementIdin interfaceHistoricEntityLinkEntity
-
getReferenceScopeId
Description copied from interface:EntityLinkInfoReturns the scope id of the referenced entity- Specified by:
getReferenceScopeIdin interfaceEntityLinkInfo
-
setReferenceScopeId
- Specified by:
setReferenceScopeIdin interfaceHistoricEntityLinkEntity
-
getReferenceScopeType
Description copied from interface:EntityLinkInfoThe scope type associated with the referenced entity- Specified by:
getReferenceScopeTypein interfaceEntityLinkInfo
-
setReferenceScopeType
- Specified by:
setReferenceScopeTypein interfaceHistoricEntityLinkEntity
-
getReferenceScopeDefinitionId
Description copied from interface:EntityLinkInfoA scope definition id for the referenced entity- Specified by:
getReferenceScopeDefinitionIdin interfaceEntityLinkInfo
-
setReferenceScopeDefinitionId
- Specified by:
setReferenceScopeDefinitionIdin interfaceHistoricEntityLinkEntity
-
getRootScopeId
Description copied from interface:EntityLinkInfoReturns the root scope id of the referenced entity- Specified by:
getRootScopeIdin interfaceEntityLinkInfo
-
setRootScopeId
- Specified by:
setRootScopeIdin interfaceHistoricEntityLinkEntity
-
getRootScopeType
Description copied from interface:EntityLinkInfoThe scope type associated with the referenced entity- Specified by:
getRootScopeTypein interfaceEntityLinkInfo
-
setRootScopeType
- Specified by:
setRootScopeTypein interfaceHistoricEntityLinkEntity
-
getCreateTime
Description copied from interface:EntityLinkInfoThe create time for the entity link- Specified by:
getCreateTimein interfaceEntityLinkInfo
-
setCreateTime
- Specified by:
setCreateTimein interfaceHistoricEntityLinkEntity
-
getHierarchyType
Description copied from interface:EntityLinkInfoReturns the hierarchy type for the entity link e.g. root, parent or empty- Specified by:
getHierarchyTypein interfaceEntityLinkInfo
-
setHierarchyType
- Specified by:
setHierarchyTypein interfaceHistoricEntityLinkEntity
-