Class EntityLinkUtil.HistoricEntityLinkWrapper
- java.lang.Object
-
- com.flowable.platform.engine.impl.util.EntityLinkUtil.HistoricEntityLinkWrapper
-
- All Implemented Interfaces:
EntityLink,EntityLinkInfo
- Enclosing class:
- EntityLinkUtil
public static class EntityLinkUtil.HistoricEntityLinkWrapper extends Object implements EntityLink
Helper class that wraps aHistoricEntityLinksuch that the methods don't need to distinguish.
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoricEntityLinkhistoricEntityLink
-
Constructor Summary
Constructors Constructor Description HistoricEntityLinkWrapper(HistoricEntityLink historicEntityLink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreateTime()StringgetHierarchyType()StringgetLinkType()StringgetParentElementId()StringgetReferenceScopeDefinitionId()StringgetReferenceScopeId()StringgetReferenceScopeType()StringgetRootScopeId()StringgetRootScopeType()StringgetScopeDefinitionId()StringgetScopeId()StringgetScopeType()StringgetSubScopeId()
-
-
-
Field Detail
-
historicEntityLink
protected HistoricEntityLink historicEntityLink
-
-
Constructor Detail
-
HistoricEntityLinkWrapper
public HistoricEntityLinkWrapper(HistoricEntityLink historicEntityLink)
-
-
Method Detail
-
getLinkType
public String getLinkType()
- Specified by:
getLinkTypein interfaceEntityLinkInfo
-
getScopeId
public String getScopeId()
- Specified by:
getScopeIdin interfaceEntityLinkInfo
-
getSubScopeId
public String getSubScopeId()
- Specified by:
getSubScopeIdin interfaceEntityLinkInfo
-
getScopeType
public String getScopeType()
- Specified by:
getScopeTypein interfaceEntityLinkInfo
-
getScopeDefinitionId
public String getScopeDefinitionId()
- Specified by:
getScopeDefinitionIdin interfaceEntityLinkInfo
-
getParentElementId
public String getParentElementId()
- Specified by:
getParentElementIdin interfaceEntityLinkInfo
-
getReferenceScopeId
public String getReferenceScopeId()
- Specified by:
getReferenceScopeIdin interfaceEntityLinkInfo
-
getReferenceScopeType
public String getReferenceScopeType()
- Specified by:
getReferenceScopeTypein interfaceEntityLinkInfo
-
getReferenceScopeDefinitionId
public String getReferenceScopeDefinitionId()
- Specified by:
getReferenceScopeDefinitionIdin interfaceEntityLinkInfo
-
getRootScopeId
public String getRootScopeId()
- Specified by:
getRootScopeIdin interfaceEntityLinkInfo
-
getRootScopeType
public String getRootScopeType()
- Specified by:
getRootScopeTypein interfaceEntityLinkInfo
-
getHierarchyType
public String getHierarchyType()
- Specified by:
getHierarchyTypein interfaceEntityLinkInfo
-
getCreateTime
public Date getCreateTime()
- Specified by:
getCreateTimein interfaceEntityLinkInfo
-
-