Class EntityLinkUtil
java.lang.Object
com.flowable.platform.engine.impl.util.EntityLinkUtil
Utility class to deal with entity links.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Helper class that wraps aHistoricEntityLink
such that the methods don't need to distinguish. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<EntityLink>
getDirectParentEntityLink
(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType) getEntityLinkNode
(String scopeId, String scopeType) static List<EntityLink>
getParentEntityLinks
(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType)
-
Constructor Details
-
EntityLinkUtil
public EntityLinkUtil()
-
-
Method Details
-
getDirectParentEntityLink
public static Optional<EntityLink> getDirectParentEntityLink(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType) -
getEntityLinkNode
-
getParentEntityLinks
public static List<EntityLink> getParentEntityLinks(CommandContext commandContext, boolean historic, String referenceScopeId, String referenceScopeType)
-