Class EntityLinkUtil

java.lang.Object
org.flowable.engine.impl.util.EntityLinkUtil

public class EntityLinkUtil extends Object
Author:
Tijs Rademakers, Filip Hrisafov
  • Constructor Details

    • EntityLinkUtil

      public EntityLinkUtil()
  • Method Details

    • createEntityLinks

      public static void createEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType)
    • copyAndCreateEntityLink

      protected static EntityLinkEntity copyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, org.flowable.entitylink.api.EntityLink parentEntityLink, org.flowable.entitylink.api.EntityLinkService entityLinkService, HistoryManager historyManager)
    • createEntityLink

      protected static EntityLinkEntity createEntityLink(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, org.flowable.entitylink.api.EntityLinkService entityLinkService, HistoryManager historyManager)