public interface EntityLinkDataManager extends DataManager<EntityLinkEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType) |
void |
deleteEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<EntityLink> |
findEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<EntityLink> |
findEntityLinksByScopeDefinitionIdAndType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<EntityLink> |
findEntityLinksByScopeIdAndType(String scopeId,
String scopeType,
String linkType) |
List<EntityLink> findEntityLinksByScopeIdAndType(String scopeId, String scopeType, String linkType)
List<EntityLink> findEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType)
List<EntityLink> findEntityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType, String linkType)
void deleteEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
Copyright © 2019 Flowable. All rights reserved.