public class BpmnModelInstanceCache extends ModelInstanceCache<BpmnModelInstance,ProcessDefinitionEntity>
definitionCache, instanceCache, LOG| Constructor and Description | 
|---|
| BpmnModelInstanceCache(CacheFactory factory,
                      int cacheCapacity,
                      ResourceDefinitionCache<ProcessDefinitionEntity> definitionCache) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<ProcessDefinition> | getAllDefinitionsForDeployment(String deploymentId) | 
| protected void | logRemoveEntryFromDeploymentCacheFailure(String definitionId,
                                        Exception e) | 
| protected BpmnModelInstance | readModelFromStream(InputStream bpmnResourceInputStream) | 
| protected void | throwLoadModelException(String definitionId,
                       Exception e) | 
clear, findBpmnModelInstanceForDefinition, findBpmnModelInstanceForDefinition, getCache, loadAndCacheBpmnModelInstance, remove, removeAllDefinitionsByDeploymentIdpublic BpmnModelInstanceCache(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<ProcessDefinitionEntity> definitionCache)
protected void throwLoadModelException(String definitionId, Exception e)
throwLoadModelException in class ModelInstanceCache<BpmnModelInstance,ProcessDefinitionEntity>protected BpmnModelInstance readModelFromStream(InputStream bpmnResourceInputStream)
readModelFromStream in class ModelInstanceCache<BpmnModelInstance,ProcessDefinitionEntity>protected void logRemoveEntryFromDeploymentCacheFailure(String definitionId, Exception e)
logRemoveEntryFromDeploymentCacheFailure in class ModelInstanceCache<BpmnModelInstance,ProcessDefinitionEntity>protected List<ProcessDefinition> getAllDefinitionsForDeployment(String deploymentId)
getAllDefinitionsForDeployment in class ModelInstanceCache<BpmnModelInstance,ProcessDefinitionEntity>Copyright © 2018. All rights reserved.