public interface EntityLinkService
| Modifier and Type | Method and Description |
|---|---|
EntityLink |
createEntityLink() |
void |
deleteEntityLinksByRootScopeIdAndType(String scopeId,
String scopeType) |
void |
deleteEntityLinksByScopeIdAndType(String scopeId,
String scopeType) |
List<EntityLink> |
findEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<EntityLink> |
findEntityLinksByRootScopeIdAndRootType(String scopeId,
String scopeType) |
List<EntityLink> |
findEntityLinksByScopeIdAndType(String scopeId,
String scopeType,
String linkType) |
List<EntityLink> |
findEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
void |
insertEntityLink(EntityLink entityLink) |
List<EntityLink> findEntityLinksByScopeIdAndType(String scopeId, String scopeType, String linkType)
List<EntityLink> findEntityLinksByRootScopeIdAndRootType(String scopeId, String scopeType)
List<EntityLink> findEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
List<EntityLink> findEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType)
EntityLink createEntityLink()
void insertEntityLink(EntityLink entityLink)
void deleteEntityLinksByScopeIdAndType(String scopeId, String scopeType)
Copyright © 2021 Flowable. All rights reserved.