public class EntityLinkUtil extends Object
| Constructor and Description |
|---|
EntityLinkUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
static void |
createEntityLinks(String scopeId,
String subScopeId,
String parentElementId,
String referenceScopeId,
String referenceScopeType,
CmmnEngineConfiguration cmmnEngineConfiguration) |
public static void createEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, CmmnEngineConfiguration cmmnEngineConfiguration)
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)
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)
Copyright © 2021 Flowable. All rights reserved.