org.camunda.bpm.engine.impl.persistence.deploy.cache
Class CmmnModelInstanceCache
java.lang.Object
org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache<org.camunda.bpm.model.cmmn.CmmnModelInstance,CaseDefinitionEntity>
org.camunda.bpm.engine.impl.persistence.deploy.cache.CmmnModelInstanceCache
public class CmmnModelInstanceCache
- extends ModelInstanceCache<org.camunda.bpm.model.cmmn.CmmnModelInstance,CaseDefinitionEntity>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmmnModelInstanceCache
public CmmnModelInstanceCache(CacheFactory factory,
int cacheCapacity,
ResourceDefinitionCache<CaseDefinitionEntity> definitionCache)
throwLoadModelException
protected void throwLoadModelException(String definitionId,
Exception e)
- Specified by:
throwLoadModelException in class ModelInstanceCache<org.camunda.bpm.model.cmmn.CmmnModelInstance,CaseDefinitionEntity>
readModelFromStream
protected org.camunda.bpm.model.cmmn.CmmnModelInstance readModelFromStream(InputStream cmmnResourceInputStream)
- Specified by:
readModelFromStream in class ModelInstanceCache<org.camunda.bpm.model.cmmn.CmmnModelInstance,CaseDefinitionEntity>
logRemoveEntryFromDeploymentCacheFailure
protected void logRemoveEntryFromDeploymentCacheFailure(String definitionId,
Exception e)
- Specified by:
logRemoveEntryFromDeploymentCacheFailure in class ModelInstanceCache<org.camunda.bpm.model.cmmn.CmmnModelInstance,CaseDefinitionEntity>
getAllDefinitionsForDeployment
protected List<DecisionDefinition> getAllDefinitionsForDeployment(String deploymentId)
- Specified by:
getAllDefinitionsForDeployment in class ModelInstanceCache<org.camunda.bpm.model.cmmn.CmmnModelInstance,CaseDefinitionEntity>
Copyright © 2017 camunda services GmbH. All rights reserved.