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,
HistoryManager 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,
HistoryManager historyManager) |
static void |
createEntityLinks(String scopeId,
String subScopeId,
String parentElementId,
String referenceScopeId,
String referenceScopeType) |
public static void createEntityLinks(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType)
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, HistoryManager 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, HistoryManager historyManager)
Copyright © 2020 Flowable. All rights reserved.