public class EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher<EntityImpl extends Entity & EntityLinkInfo> extends Object implements CachedEntityMatcher<EntityImpl>
| Constructor and Description |
|---|
EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher() |
| Modifier and Type | Method and Description |
|---|---|
EntityImpl |
getMatchingEntityLink(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
String scopeId,
String scopeType) |
boolean |
isRetained(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
EntityImpl entity,
Object param) |
public EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher()
public boolean isRetained(Collection<EntityImpl> databaseEntities, Collection<CachedEntity> cachedEntities, EntityImpl entity, Object param)
isRetained in interface CachedEntityMatcher<EntityImpl extends Entity & EntityLinkInfo>public EntityImpl getMatchingEntityLink(Collection<EntityImpl> databaseEntities, Collection<CachedEntity> cachedEntities, String scopeId, String scopeType)
Copyright © 2020 Flowable. All rights reserved.