Class EntityLinkUtil
java.lang.Object
com.flowable.platform.engine.impl.util.EntityLinkUtil
Utility class to deal with entity links.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHelper class that wraps aHistoricEntityLinksuch that the methods don't need to distinguish. -
Constructor Summary
Constructors -
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)
-