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 aHistoricEntityLink
such that the methods don't need to distinguish.
-
-
Field Summary
Fields Modifier and Type Field Description protected HistoricEntityLink
historicEntityLink
-
Constructor Summary
Constructors Constructor Description HistoricEntityLinkWrapper(HistoricEntityLink historicEntityLink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreateTime()
String
getHierarchyType()
String
getLinkType()
String
getParentElementId()
String
getReferenceScopeDefinitionId()
String
getReferenceScopeId()
String
getReferenceScopeType()
String
getRootScopeId()
String
getRootScopeType()
String
getScopeDefinitionId()
String
getScopeId()
String
getScopeType()
String
getSubScopeId()
-
-
-
Field Detail
-
historicEntityLink
protected HistoricEntityLink historicEntityLink
-
-
Constructor Detail
-
HistoricEntityLinkWrapper
public HistoricEntityLinkWrapper(HistoricEntityLink historicEntityLink)
-
-
Method Detail
-
getLinkType
public String getLinkType()
- Specified by:
getLinkType
in interfaceEntityLinkInfo
-
getScopeId
public String getScopeId()
- Specified by:
getScopeId
in interfaceEntityLinkInfo
-
getSubScopeId
public String getSubScopeId()
- Specified by:
getSubScopeId
in interfaceEntityLinkInfo
-
getScopeType
public String getScopeType()
- Specified by:
getScopeType
in interfaceEntityLinkInfo
-
getScopeDefinitionId
public String getScopeDefinitionId()
- Specified by:
getScopeDefinitionId
in interfaceEntityLinkInfo
-
getParentElementId
public String getParentElementId()
- Specified by:
getParentElementId
in interfaceEntityLinkInfo
-
getReferenceScopeId
public String getReferenceScopeId()
- Specified by:
getReferenceScopeId
in interfaceEntityLinkInfo
-
getReferenceScopeType
public String getReferenceScopeType()
- Specified by:
getReferenceScopeType
in interfaceEntityLinkInfo
-
getReferenceScopeDefinitionId
public String getReferenceScopeDefinitionId()
- Specified by:
getReferenceScopeDefinitionId
in interfaceEntityLinkInfo
-
getRootScopeId
public String getRootScopeId()
- Specified by:
getRootScopeId
in interfaceEntityLinkInfo
-
getRootScopeType
public String getRootScopeType()
- Specified by:
getRootScopeType
in interfaceEntityLinkInfo
-
getHierarchyType
public String getHierarchyType()
- Specified by:
getHierarchyType
in interfaceEntityLinkInfo
-
getCreateTime
public Date getCreateTime()
- Specified by:
getCreateTime
in interfaceEntityLinkInfo
-
-