Class EntityLinkUtil
java.lang.Object
org.flowable.cmmn.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, CmmnHistoryManager historyManager, boolean createHistoricEntityLinks) protected static EntityLinkEntitycreateEntityLink(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, EntityLinkService entityLinkService, CmmnHistoryManager historyManager, boolean createHistoricEntityLinks) static voidcreateEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, CmmnEngineConfiguration cmmnEngineConfiguration) static voidcreateEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, CmmnEngineConfiguration cmmnEngineConfiguration, 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, CmmnHistoryManager 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, CmmnHistoryManager historyManager, boolean createHistoricEntityLinks)
-