Class EntityLinkUtil
- java.lang.Object
-
- com.flowable.platform.engine.impl.util.EntityLinkUtil
-
public class EntityLinkUtil extends Object
Utility class to deal with entity links.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntityLinkUtil.HistoricEntityLinkWrapper
Helper class that wraps aHistoricEntityLink
such that the methods don't need to distinguish.
-
Constructor Summary
Constructors Constructor Description EntityLinkUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<EntityLink>
getDirectParentEntityLink(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType)
static EntityLinkTree.EntityLinkNode
getEntityLinkNode(String scopeId, String scopeType)
static List<EntityLink>
getParentEntityLinks(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType)
-
-
-
Method Detail
-
getDirectParentEntityLink
public static Optional<EntityLink> getDirectParentEntityLink(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType)
-
getEntityLinkNode
public static EntityLinkTree.EntityLinkNode getEntityLinkNode(String scopeId, String scopeType)
-
getParentEntityLinks
public static List<EntityLink> getParentEntityLinks(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType)
-
-