Package org.flowable.engine.impl.util
Class EntityLinkUtil
java.lang.Object
org.flowable.engine.impl.util.EntityLinkUtil
- Author:
- Tijs Rademakers, Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static EntityLinkEntity
copyAndCreateEntityLink
(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, EntityLinkService entityLinkService, HistoryManager historyManager) protected static EntityLinkEntity
createEntityLink
(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, EntityLinkService entityLinkService, HistoryManager historyManager) static void
createEntityLinks
(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType)
-
Constructor Details
-
EntityLinkUtil
public EntityLinkUtil()
-
-
Method Details
-
createEntityLinks
-
copyAndCreateEntityLink
protected static EntityLinkEntity copyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, 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, EntityLinkService entityLinkService, HistoryManager historyManager)
-