public interface EntityLinkDataManager extends DataManager<EntityLinkEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntityLinksByRootScopeIdAndType(String scopeId,
String scopeType) |
void |
deleteEntityLinksByScopeIdAndScopeType(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) |
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)
void deleteEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
Copyright © 2020 Flowable. All rights reserved.