Class EntityLinkEntityImpl
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.EntityLinkEntityImpl
- All Implemented Interfaces:
Serializable,Entity,EntityLink,EntityLinkInfo,EntityLinkEntity
public class EntityLinkEntityImpl
extends AbstractEntityLinkServiceNoRevisionEntity
implements EntityLinkEntity, 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
-
rootScopeId
-
rootScopeType
-
hierarchyType
-
createTime
-
-
Constructor Details
-
EntityLinkEntityImpl
public EntityLinkEntityImpl()
-
-
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 interfaceEntityLinkEntity
-
getScopeId
Description copied from interface:EntityLinkInfoReturns the scope id of the originating entity- Specified by:
getScopeIdin interfaceEntityLinkInfo
-
setScopeId
- Specified by:
setScopeIdin interfaceEntityLinkEntity
-
getSubScopeId
Description copied from interface:EntityLinkInfoReturns the sub scope id of the originating entity- Specified by:
getSubScopeIdin interfaceEntityLinkInfo
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceEntityLinkEntity
-
getScopeType
Description copied from interface:EntityLinkInfoThe scope type associated with the originating entity- Specified by:
getScopeTypein interfaceEntityLinkInfo
-
setScopeType
- Specified by:
setScopeTypein interfaceEntityLinkEntity
-
getScopeDefinitionId
Description copied from interface:EntityLinkInfoA scope definition id for the originating entity- Specified by:
getScopeDefinitionIdin interfaceEntityLinkInfo
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceEntityLinkEntity
-
getParentElementId
Description copied from interface:EntityLinkInfoThe parent element id for the originating entity- Specified by:
getParentElementIdin interfaceEntityLinkInfo
-
setParentElementId
- Specified by:
setParentElementIdin interfaceEntityLinkEntity
-
getReferenceScopeId
Description copied from interface:EntityLinkInfoReturns the scope id of the referenced entity- Specified by:
getReferenceScopeIdin interfaceEntityLinkInfo
-
setReferenceScopeId
- Specified by:
setReferenceScopeIdin interfaceEntityLinkEntity
-
getReferenceScopeType
Description copied from interface:EntityLinkInfoThe scope type associated with the referenced entity- Specified by:
getReferenceScopeTypein interfaceEntityLinkInfo
-
setReferenceScopeType
- Specified by:
setReferenceScopeTypein interfaceEntityLinkEntity
-
getReferenceScopeDefinitionId
Description copied from interface:EntityLinkInfoA scope definition id for the referenced entity- Specified by:
getReferenceScopeDefinitionIdin interfaceEntityLinkInfo
-
setReferenceScopeDefinitionId
- Specified by:
setReferenceScopeDefinitionIdin interfaceEntityLinkEntity
-
getRootScopeId
Description copied from interface:EntityLinkInfoReturns the root scope id of the referenced entity- Specified by:
getRootScopeIdin interfaceEntityLinkInfo
-
setRootScopeId
- Specified by:
setRootScopeIdin interfaceEntityLinkEntity
-
getRootScopeType
Description copied from interface:EntityLinkInfoThe scope type associated with the referenced entity- Specified by:
getRootScopeTypein interfaceEntityLinkInfo
-
setRootScopeType
- Specified by:
setRootScopeTypein interfaceEntityLinkEntity
-
getCreateTime
Description copied from interface:EntityLinkInfoThe create time for the entity link- Specified by:
getCreateTimein interfaceEntityLinkInfo
-
setCreateTime
- Specified by:
setCreateTimein interfaceEntityLinkEntity
-
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 interfaceEntityLinkEntity
-