public interface EntityLinkService
| Modifier and Type | Method and Description |
|---|---|
EntityLink |
createEntityLink() |
void |
deleteEntityLink(EntityLink entityLink) |
void |
deleteEntityLinksByScopeDefinitionIdAndType(String scopeDefinitionId,
String scopeType) |
void |
deleteEntityLinksByScopeIdAndType(String scopeId,
String scopeType) |
List<EntityLink> |
deleteScopeDefinitionEntityLink(String scopeDefinitionId,
String scopeType,
String linkType) |
List<EntityLink> |
deleteScopeEntityLink(String scopeId,
String scopeType,
String linkType) |
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) |
EntityLink |
getEntityLink(String id) |
void |
insertEntityLink(EntityLink entityLink) |
EntityLink getEntityLink(String id)
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)
EntityLink createEntityLink()
void insertEntityLink(EntityLink entityLink)
void deleteEntityLink(EntityLink entityLink)
List<EntityLink> deleteScopeEntityLink(String scopeId, String scopeType, String linkType)
List<EntityLink> deleteScopeDefinitionEntityLink(String scopeDefinitionId, String scopeType, String linkType)
void deleteEntityLinksByScopeIdAndType(String scopeId, String scopeType)
Copyright © 2019 Flowable. All rights reserved.