| Package | Description |
|---|---|
| org.activiti.engine.impl.persistence | |
| org.activiti.engine.impl.persistence.cache | |
| org.activiti.engine.impl.persistence.entity.data.impl.cachematcher |
| 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 | Field and Description |
|---|---|
protected Map<Class<?>,Map<String,CachedEntity>> |
EntityCacheImpl.cachedObjects |
| Modifier and Type | Method and Description |
|---|---|
CachedEntity |
EntityCache.put(Entity entity,
boolean storeState)
Adds the gives
Entity to the cache. |
CachedEntity |
EntityCacheImpl.put(Entity entity,
boolean storeState) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,CachedEntity> |
EntityCacheImpl.findClassCacheByCheckingSubclasses(Class<?> entityClass) |
<T> Collection<CachedEntity> |
EntityCache.findInCacheAsCachedObjects(Class<T> entityClass)
Returns all
CachedEntity instances for the given type. |
<T> Collection<CachedEntity> |
EntityCacheImpl.findInCacheAsCachedObjects(Class<T> entityClass) |
Map<Class<?>,Map<String,CachedEntity>> |
EntityCache.getAllCachedEntities()
Returns all cached
Entity instances as a map
with following structure: { entityClassName, {entityId, entity} } |
Map<Class<?>,Map<String,CachedEntity>> |
EntityCacheImpl.getAllCachedEntities() |
| 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) |
Copyright © 2010–2018 Alfresco. All rights reserved.