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 EntityLinkEntitycopyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, EntityLinkService entityLinkService, HistoryManager historyManager, boolean createHistoricEntityLinks) protected static EntityLinkEntitycreateEntityLink(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, EntityLinkService entityLinkService, HistoryManager historyManager, boolean createHistoricEntityLinks) static voidcreateEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType) static voidcreateEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, boolean createHistoricEntityLinks)
-
Constructor Details
-
EntityLinkUtil
public EntityLinkUtil()
-
-
Method Details
-
createEntityLinks
-
createEntityLinks
-
copyAndCreateEntityLink
protected static EntityLinkEntity copyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, EntityLinkService entityLinkService, HistoryManager historyManager, boolean createHistoricEntityLinks) -
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, boolean createHistoricEntityLinks)
-