| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession,
Collection<CachedEntity> cachedObjects,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,Map<String,CachedEntity>> |
EntityCacheImpl.cachedObjects |
| Modifier and Type | Method and Description |
|---|---|
CachedEntity |
EntityCacheImpl.put(Entity entity,
boolean storeState) |
CachedEntity |
EntityCache.put(Entity entity,
boolean storeState)
Adds the gives
Entity to the cache. |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,CachedEntity> |
EntityCacheImpl.findClassCacheByCheckingSubclasses(Class<?> entityClass) |
<T> Collection<CachedEntity> |
EntityCacheImpl.findInCacheAsCachedObjects(Class<T> entityClass) |
<T> Collection<CachedEntity> |
EntityCache.findInCacheAsCachedObjects(Class<T> entityClass)
Returns all
CachedEntity instances for the given type. |
Map<Class<?>,Map<String,CachedEntity>> |
EntityCacheImpl.getAllCachedEntities() |
Map<Class<?>,Map<String,CachedEntity>> |
EntityCache.getAllCachedEntities()
Returns all cached
Entity instances as a map with following structure: { entityClassName, {entityId, entity} } |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CachedEntityMatcherAdapter.isRetained(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
EntityImpl entity,
Object param) |
boolean |
CachedEntityMatcher.isRetained(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
EntityImpl entity,
Object param)
Returns true if an entity from the cache should be retained (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActivityByProcessInstanceIdMatcher.isRetained(Collection<ActivityInstanceEntity> databaseEntities,
Collection<CachedEntity> cachedEntities,
ActivityInstanceEntity entity,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionEntity |
ExecutionsWithSameRootProcessInstanceIdMatcher.getMatchingExecution(Collection<ExecutionEntity> databaseEntities,
Collection<CachedEntity> cachedEntities,
String executionId) |
boolean |
ExecutionsWithSameRootProcessInstanceIdMatcher.isRetained(Collection<ExecutionEntity> databaseEntities,
Collection<CachedEntity> cachedEntities,
ExecutionEntity entity,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
EntityImpl |
EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher.getMatchingEntityLink(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
String scopeId,
String scopeType) |
boolean |
EntityLinksWithSameRootScopeForScopeIdAndScopeTypeMatcher.isRetained(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
EntityImpl entity,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternalVariableInstanceQueryImpl.isRetained(Collection<VariableInstanceEntity> databaseEntities,
Collection<CachedEntity> cachedEntities,
VariableInstanceEntity entity,
Object param) |
Copyright © 2023 Flowable. All rights reserved.