Class EntityLinkUtil
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.util.EntityLinkUtil
-
public class EntityLinkUtil extends Object
- Author:
- Tijs Rademakers, Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description EntityLinkUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static EntityLinkEntitycopyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, org.flowable.entitylink.api.EntityLink parentEntityLink, org.flowable.entitylink.api.EntityLinkService entityLinkService, CmmnHistoryManager historyManager)protected static EntityLinkEntitycreateEntityLink(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, org.flowable.entitylink.api.EntityLinkService entityLinkService, CmmnHistoryManager historyManager)static voidcreateEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
-
Method Detail
-
createEntityLinks
public static void createEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, CmmnEngineConfiguration cmmnEngineConfiguration)
-
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, CmmnHistoryManager 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, CmmnHistoryManager historyManager)
-
-