public class EntityLinkServiceImpl extends CommonServiceImpl<EntityLinkServiceConfiguration> implements EntityLinkService
configuration| Constructor and Description |
|---|
EntityLinkServiceImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
EntityLinkEntity |
createEntityLink() |
void |
deleteEntityLinksByRootScopeIdAndType(String scopeId,
String scopeType) |
void |
deleteEntityLinksByScopeIdAndType(String scopeId,
String scopeType) |
List<EntityLink> |
findEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String referenceScopeType,
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) |
EntityLinkEntityManager |
getEntityLinkEntityManager() |
void |
insertEntityLink(EntityLink entityLink) |
getConfigurationpublic EntityLinkServiceImpl(EntityLinkServiceConfiguration entityLinkServiceConfiguration)
public List<EntityLink> findEntityLinksByScopeIdAndType(String scopeId, String scopeType, String linkType)
findEntityLinksByScopeIdAndType in interface EntityLinkServicepublic List<EntityLink> findEntityLinksByRootScopeIdAndRootType(String scopeId, String scopeType)
findEntityLinksByRootScopeIdAndRootType in interface EntityLinkServicepublic List<EntityLink> findEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
findEntityLinksWithSameRootScopeForScopeIdAndScopeType in interface EntityLinkServicepublic List<EntityLink> findEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String referenceScopeType, String linkType)
findEntityLinksByReferenceScopeIdAndType in interface EntityLinkServicepublic EntityLinkEntity createEntityLink()
createEntityLink in interface EntityLinkServicepublic void insertEntityLink(EntityLink entityLink)
insertEntityLink in interface EntityLinkServicepublic void deleteEntityLinksByScopeIdAndType(String scopeId, String scopeType)
deleteEntityLinksByScopeIdAndType in interface EntityLinkServicepublic void deleteEntityLinksByRootScopeIdAndType(String scopeId, String scopeType)
deleteEntityLinksByRootScopeIdAndType in interface EntityLinkServicepublic EntityLinkEntityManager getEntityLinkEntityManager()
Copyright © 2020 Flowable. All rights reserved.