Package | Description |
---|---|
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.persistence.deploy |
Modifier and Type | Field and Description |
---|---|
protected DeploymentCache<org.activiti.bpmn.model.BpmnModel> |
ProcessEngineConfigurationImpl.bpmnModelCache |
protected DeploymentCache<Object> |
ProcessEngineConfigurationImpl.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionEntity> |
ProcessEngineConfigurationImpl.processDefinitionCache |
Modifier and Type | Method and Description |
---|---|
DeploymentCache<Object> |
ProcessEngineConfigurationImpl.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionEntity> |
ProcessEngineConfigurationImpl.getProcessDefinitionCache() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeploymentCache<T>
Default cache: keep everything in memory, unless a limit is set.
|
class |
MultiSchemaMultiTenantProcessDefinitionCache |
Modifier and Type | Field and Description |
---|---|
protected DeploymentCache<org.activiti.bpmn.model.BpmnModel> |
DeploymentManager.bpmnModelCache |
protected DeploymentCache<Object> |
DeploymentManager.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionEntity> |
DeploymentManager.processDefinitionCache |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DeploymentCache<ProcessDefinitionEntity>> |
MultiSchemaMultiTenantProcessDefinitionCache.caches |
Modifier and Type | Method and Description |
---|---|
protected DeploymentCache<ProcessDefinitionEntity> |
MultiSchemaMultiTenantProcessDefinitionCache.createTenantDeploymentCache(String currentTenantId) |
DeploymentCache<org.activiti.bpmn.model.BpmnModel> |
DeploymentManager.getBpmnModelCache() |
protected DeploymentCache<ProcessDefinitionEntity> |
MultiSchemaMultiTenantProcessDefinitionCache.getDeploymentCacheForCurrentTenant() |
DeploymentCache<Object> |
DeploymentManager.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionEntity> |
DeploymentManager.getProcessDefinitionCache() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.setBpmnModelCache(DeploymentCache<org.activiti.bpmn.model.BpmnModel> bpmnModelCache) |
void |
DeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
void |
DeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache) |
Copyright © 2016 Alfresco. All rights reserved.