Class EntityLinkUtil


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

      • EntityLinkUtil

        public EntityLinkUtil()
    • Method Detail

      • 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)